auth project
- Install React Native globally
npm i -g expo-cli
- Restore npm packages:
npm i
-
Run the app:
a) From a console:
react-native run-android
OR
b) Run the app VS Code (configured):
F5 > Debug Android
auth project
npm i -g expo-cli
npm i
Run the app:
a) From a console:
react-native run-android
OR
b) Run the app VS Code (configured):
F5 > Debug Android