We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a173a commit 3c175beCopy full SHA for 3c175be
1 file changed
README.md
@@ -4,7 +4,7 @@
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
+- [x] Fully Hooks. Does not contain Class Object
8
- [x] Multi Language (by device language)
9
- [x] Template
10
- [x] File Structure
@@ -26,6 +26,7 @@
26
```
27
git clone https://github.com/applogistdev/react-native-template-app.git
28
cd react-native-template-app && npm install
29
+cd ios/ && pod install && cd ..
30
31
Running on simulator or emulator run `react-native run-ios` or `react native run-android`
32
0 commit comments