Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/limone-eth/expo-starter-request-network


https://github.com/limone-eth/expo-starter-request-network

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Privy Expo Starter

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

## Setup

1. Install dependencies

```sh
npm i
```

1. Add your Privy app ID in `App.js`

```jsx
export default function App() {
return (





);
}
```

## Run the app

```sh
# expo go
npm start

# ios
npm run ios

# android
npm run android
```
# expo-starter-request-network