Skip to content

Commit 78a173a

Browse files
authored
Update README.md
update readme
1 parent f681141 commit 78a173a

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1-
# react-native-template-app
1+
# react-native-template-app
2+
3+
## Features
4+
- [x] React Navigation v5 entegration
5+
- [x] Use of Drawer and Bottom Tab together route configuration
6+
- [x] Mobx entegration
7+
- [x] Fully Hooks. Not contain Class Object
8+
- [x] Multi Language (by device language)
9+
- [x] Template
10+
- [x] File Structure
11+
- [x] Applied ESLint settings
12+
- [x] Extended StyleSheet Library
13+
14+
15+
16+
## Libraries in the react-native-template-app
17+
18+
- react-navigation version 5.x (@react-navigation/native, @react-navigation/stack, @react-navigation/bottom-tabs, @react-navigation/drawer)
19+
- mobx & mobx-react
20+
- react-native-extended-stylesheet
21+
- react-native-localize
22+
- react-native-elements
23+
- react-native-vector-icons
24+
25+
## How to Use
26+
```
27+
git clone https://github.com/applogistdev/react-native-template-app.git
28+
cd react-native-template-app && npm install
29+
```
30+
Running on simulator or emulator run `react-native run-ios` or `react native run-android`
31+
32+
33+
## Screenshot
34+
<img src="https://github.com/applogistdev/react-native-template-app/blob/master/assets/gif/ezgif-5-ac7e6667170d.gif" width="200" height="400">
35+
36+

0 commit comments

Comments
 (0)