Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/limone-eth/expo-starter-request-network
- Owner: limone-eth
- Created: 2024-05-28T12:00:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T23:20:26.000Z (7 months ago)
- Last Synced: 2024-12-26T14:14:55.939Z (14 days ago)
- Language: TypeScript
- Size: 727 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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