Project Initialize
Showing
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
43.4 KB
24.2 KB
61.8 KB










help.txt
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -10,13 +10,23 @@ | ... | @@ -10,13 +10,23 @@ |
"lint": "eslint ." | "lint": "eslint ." | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@react-native-async-storage/async-storage": "^1.17.5", | |||
"@react-navigation/native": "^6.0.10", | "@react-navigation/native": "^6.0.10", | ||
"@react-navigation/native-stack": "^6.6.2", | "@react-navigation/native-stack": "^6.6.2", | ||
"@reduxjs/toolkit": "^1.8.1", | "@reduxjs/toolkit": "^1.8.1", | ||
"i18next": "^21.8.4", | |||
"lottie-react-native": "^5.1.3", | |||
"native-base": "^3.4.5", | |||
"react": "17.0.2", | "react": "17.0.2", | ||
"react-i18next": "^11.16.9", | |||
"react-native": "0.68.2", | "react-native": "0.68.2", | ||
"react-native-keyboard-aware-scroll-view": "^0.9.5", | |||
"react-native-restart": "^0.0.24", | |||
"react-native-safe-area-context": "^4.2.5", | "react-native-safe-area-context": "^4.2.5", | ||
"react-native-screens": "^3.13.1", | "react-native-screens": "^3.13.1", | ||
"react-native-splash-screen": "^3.3.0", | |||
"react-native-svg": "^12.3.0", | |||
"react-native-vector-icons": "^9.1.0", | |||
"react-redux": "^8.0.2" | "react-redux": "^8.0.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
89.1 KB
src/Assets/images/book.png
0 → 100644
154 KB
src/Languages/english.json
0 → 100644
src/Languages/i18n.js
0 → 100644
src/Languages/urdu.json
0 → 100644
src/Screens/Login/style.js
0 → 100644