Add settings page
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"compile": "export $(cat .env | xargs) && cd android && ./gradlew assembleRelease && cd .."
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-async-storage/async-storage": "^1.19.0",
|
||||
"@react-navigation/bottom-tabs": "^6.5.8",
|
||||
"@react-navigation/drawer": "^6.6.3",
|
||||
"@react-navigation/native": "^6.1.7",
|
||||
@@ -20,10 +21,12 @@
|
||||
"@realm/react": "^0.5.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.72.1",
|
||||
"react-native-fs": "^2.20.0",
|
||||
"react-native-gesture-handler": "^2.12.0",
|
||||
"react-native-paper": "^5.9.1",
|
||||
"react-native-reanimated": "2.2.4",
|
||||
"react-native-safe-area-context": "^4.6.4",
|
||||
"react-native-scoped-storage": "^1.9.3",
|
||||
"react-native-screens": "^3.22.1",
|
||||
"react-native-vector-icons": "^9.2.0",
|
||||
"realm": "^11.10.1"
|
||||
|
Reference in New Issue
Block a user