An open API service indexing awesome lists of open source software.

https://github.com/applogistdev/react-native-template-app


https://github.com/applogistdev/react-native-template-app

Last synced: 12 months ago
JSON representation

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