- React Navigation v5 entegration
- Use of Drawer and Bottom Tab together route configuration
- Mobx entegration
- Fully Hooks. Does not contain Class Object
- Multi Language (by device language)
- Template
- File Structure
- Applied ESLint settings
- Extended StyleSheet Library
- react-navigation version 5.x (@react-navigation/native, @react-navigation/stack, @react-navigation/bottom-tabs, @react-navigation/drawer)
- mobx & mobx-react
- react-native-extended-stylesheet
- react-native-localize
- react-native-elements
- react-native-vector-icons
git clone https://github.com/applogistdev/react-native-template-app.git
cd react-native-template-app && npm install
cd ios/ && pod install && cd ..
Running on simulator or emulator run react-native run-ios
or react native run-android