Added navigation to application, internationalization, and sign in screen.
This commit is contained in:
15
package.json
15
package.json
@@ -9,12 +9,27 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-community/async-storage": "^1.11.0",
|
||||
"@react-native-community/masked-view": "0.1.10",
|
||||
"@react-navigation/bottom-tabs": "^5.8.0",
|
||||
"@react-navigation/drawer": "^5.9.0",
|
||||
"@react-navigation/native": "^5.7.3",
|
||||
"@react-navigation/stack": "^5.9.0",
|
||||
"expo": "~38.0.8",
|
||||
"expo-font": "~8.2.1",
|
||||
"expo-localization": "~8.2.1",
|
||||
"expo-status-bar": "^1.0.2",
|
||||
"firebase": "^7.17.1",
|
||||
"formik": "^2.1.5",
|
||||
"i18next": "^19.6.3",
|
||||
"native-base": "^2.13.13",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react-i18next": "^11.7.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
|
||||
"react-native-gesture-handler": "~1.6.0",
|
||||
"react-native-reanimated": "~1.9.0",
|
||||
"react-native-safe-area-context": "~3.0.7",
|
||||
"react-native-screens": "~2.9.0",
|
||||
"react-native-web": "~0.11.7",
|
||||
"react-redux": "^7.2.1",
|
||||
"redux": "^4.0.5",
|
||||
|
||||
Reference in New Issue
Block a user