A React Native template with Navigation, i18n, Theme, State Management, and more
npm install react-native-template-thesonA custom React Native template with navigation, i18n, theming, state management, and more.
``bash`
npx @react-native-community/cli init MyApp --template react-native-template-theson
Or with local file:
`bash``
npx @react-native-community/cli init MyApp --template file:///path/to/react-native-template-theson
- Navigation: React Navigation (Native Stack + Bottom Tabs)
- i18n: Multi-language support (Vietnamese default, English)
- Theme: Dark/Light/System mode
- State Management: Zustand
- Storage: MMKV (fast key-value storage)
- API: Axios with interceptors
- Icons: React Native Vector Icons (Ionicons, Material, Feather)
- Folder Structure: Well-organized and scalable
MIT