This is React Native Project containing basic library and setup.
- @react-navigation/native
- @react-navigation/native-stack
- react-native-safe-area-context
- react-native-screens
- react-native-localize
- i18n-js
- redux
- react-redux
- redux-saga
- reselect
- apisauce
- moment
- react-native-svg
- @react-native-async-storage/async-storage
- patch-package
- postinstall-postinstall
- react-native-config
- jest
- @testing-library/react-native
- @testing-library/jest-native
Clone the project
git clone https://github.com/8bits-Nikk/react-native-template.git
Go to the project directory
cd react-native-template
Install dependencies
yarn install
Run on Android
yarn android
Run on iOS
cd ios && pod install
yarn ios
To run tests, run the following command
yarn test
yarn test:coverage