Mainly for Android now
/android
- The native Android stuff/ios
- The native iOS stuff/src
- Contains the full React Native App codebase/components
- 'Dumb-components' / presentational. Read More →/constants
- App-wide variables and config/containers
- 'Smart-components' / the business logic. Read More →/images
- Self explanatory right?/lib
- Utils, custom libraries, functions/navigation
- Routes - wire up the router with any & all screens. Read More →/redux
- Redux Reducers & Actions grouped by type. Read More →/theme
- Theme specific styles and variables
- Create your own .env file (to store any app secrets) - simply run
cp .env.sample .env
- Run
yarn install
from root directory