ReactNative hooks with an opinionated folder structure for mobile development and basic configs.
- Clone this project
git clone https://github.com/jasimawan/react-native-hooks-boilerplate.git
- Run
yarn
from root directory - Run
yarn ios
oryarn android
from root directory
android/
- Android native stuffios/
- iOS native stuffapp/
- Contains all of our react native codebaseassets/
- Images, fonts and other static filescomponents/
- Config filesconfig/
- Config filesnavigator/
- Navigator using React navigation 5screens/
- Main screens of the app