▶️ Usage- ⭐ Features
- 📂 Project Structure
- 📚 How to use Redux in this project.
- 🔃 Config
CodePush
. - ⬆️ Config
fastlane
. - 🐛 Debug tool: Flipper
- 📍 Networking
- 🌈 Theming
- 📺 Change app-icon, app splash image
- 🔖 License
npx react-native init rnBoilerplate --template https://github.com/quannh287/rn-boilerplate.git
- Typescript
- Key/value storage: React Native MMKV
- Translations
- State management: Redux toolkit
- RTK query
- persist storage with react-native-mmkv
- Theming
android
,ios
. Contains all native android, ios files.appicon
,splash
. Contains app icon, splash image..env.*
files. Environment variables files..prettierrc.js
,.eslintrc.js
. Includes eslint and prettier configs, can change project linter from these files.
This project is MIT licensed.