https://github.com/progaurab/reactnative-training-instilllearning
https://github.com/progaurab/reactnative-training-instilllearning
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/progaurab/reactnative-training-instilllearning
- Owner: progaurab
- Created: 2021-07-22T05:18:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T05:28:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T00:14:17.801Z (5 months ago)
- Language: Java
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-training
```
npx react-native init AwesomeProjectnpm install @react-navigation/native
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
npx pod-install ios
npm install @react-navigation/stack
npx react-native start
npx react-native run-android
```