- Typescript support.
- React Hooks
- i18next
- React Navigation with Authentication flow baked in & theming support.
- React Native Gesture Handler
- React Native Paper- with theming support
- React Native Vector Icons
- Redux with hooks support
- Redux Toolkit
- Redux Persist
- Jest
- Eslint (Airbnb config)
- Clone this repo,
git clone https://github.com/pavel-corsaghin/react-native-sample/.git <your project name>
- Go to project's root directory,
cd <your project name>
- Remove
.git
folder,rm -rf .git
- Use React Native Rename to update project name
$ npx react-native-rename <newName>