- initial React Native Navigation setup
npm install @react-navigation/native-
core dependencies should automatically install
-
start metro
npm start- run the app
npx react-native run-android- delete local build files from repo
- move src folder from android to main panel
- src should then contain code for components, screens, styles, app.tsx, etc.
- remove style sheets from screen components, move to new style folder
- modularize code into components
- Dummy users from mongo
- local JSON file for User reviews/info
- images