@privy-io/expo
v0.31.0
Published
Expo client for the Privy Auth API
Downloads
16,335
Readme
@privy-io/expo
The Privy Expo SDK allows you to integrate Privy into a bare React Native or Expo app. With Privy, your app can authenticate your users across email, phone, social, and wallet login methods and securely create embedded wallets for them to take onchain actions.
Installation
Install along with peer dependencies using npm
:
npx expo install expo-application expo-constants expo-linking expo-web-browser expo-secure-store react-native-webview @privy-io/expo
Install polyfills, these should be imported as early as possible in your application.
npm i react-native-get-random-values @ethersproject/shims
Usage
See Privy's Expo SDK guide for setup and usage.
Changelog
Our changelog contains the latest information about new releases, including features, fixes, and upcoming changes.
We use Semantic Versioning to track breaking changes.