@privy-io/expo
Version:
Expo client for the Privy Auth API
30 lines (17 loc) • 1.25 kB
Markdown

# @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](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#peerdependencies) using `npm`:
```sh
npx expo install expo-application expo-web-browser expo-linking expo-secure-store react-native-webview expo-crypto @privy-io/expo
```
Install [polyfills](https://developer.mozilla.org/en-US/docs/Glossary/Polyfill), these should be imported as early as possible in your application.
```sh
npm i --save fast-text-encoding react-native-get-random-values @ethersproject/shims
```
## Usage
See Privy's [Expo SDK guide](https://docs.privy.io/basics/react-native/setup) for setup and usage.
## Changelog
Our [changelog](https://docs.privy.io/changelogs/react-native) contains the latest information about new releases, including features, fixes, and upcoming changes.
We use [Semantic Versioning](https://semver.org/) to track breaking changes.