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

https://github.com/progaurab/reactnative-training-instilllearning


https://github.com/progaurab/reactnative-training-instilllearning

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-native-training

```
npx react-native init AwesomeProject

npm 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

```