https://github.com/limone-eth/expo-starter-request-network
https://github.com/limone-eth/expo-starter-request-network
Last synced: 2 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T23:20:26.000Z (about 1 year ago)
- Last Synced: 2025-02-17T14:26:16.368Z (5 months 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