https://github.com/applogistdev/react-native-template-app
https://github.com/applogistdev/react-native-template-app
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/applogistdev/react-native-template-app
- Owner: applogistdev
- License: mit
- Created: 2020-02-27T13:39:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:28:47.000Z (over 3 years ago)
- Last Synced: 2025-04-19T20:16:46.276Z (about 1 year ago)
- Language: JavaScript
- Size: 8.38 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-template-app
## Features
- [x] React Navigation v5 entegration
- [x] Use of Drawer and Bottom Tab together route configuration
- [x] Mobx entegration
- [x] Fully Hooks. Does not contain Class Object
- [x] Multi Language (by device language)
- [x] Template
- [x] File Structure
- [x] Applied ESLint settings
- [x] Extended StyleSheet Library
## Libraries in the react-native-template-app
- 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
## How to Use
```
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`
## Screenshot