/src
/components
- All react native components./constants
- App-wide constant variables./fonts
- All fonts assets./i18n
- All translations./images
- All images assets./lib
- Common function & react native hooks./models
- Rematch Models combining actions, reducers and state. Read More →/routes
- ReactNavigation V6 Stack, Tabs & Screens. Read More →/store
- Rematch (Redux) Store definition - hooks up the stores Read More →index.tsx
- The starting place.