Skip to content

Demonstrates usage of the privy expo sdk in a bare-minimum project.

Notifications You must be signed in to change notification settings

privy-io/expo-bare-starter

Repository files navigation

Privy Expo Starter (bare)

This demonstrates a minimal working installation of the privy sdk in an bare expo app.

Setup

  1. Install dependencies

    npm i
  2. Add your Privy app ID in App.js

    export default function App() {
      return (
        <PrivyProvider appId="<your-privy-app-id>">
          <View style={styles.container}>
            <Content />
          </View>
        </PrivyProvider>
      );
    }

Run the app

# expo go
npm start

# ios
npm run ios

# android
npm run android

About

Demonstrates usage of the privy expo sdk in a bare-minimum project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published