Refactor to use Redux
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -14,11 +14,12 @@
|
||||
"clean": "cd android && ./gradlew clean && cd .."
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-async-storage/async-storage": "^1.19.0",
|
||||
"@bankify/redux-persist-realm": "^0.1.3",
|
||||
"@react-navigation/bottom-tabs": "^6.5.8",
|
||||
"@react-navigation/native": "^6.1.7",
|
||||
"@react-navigation/native-stack": "^6.9.13",
|
||||
"@realm/react": "^0.5.1",
|
||||
"@reduxjs/toolkit": "^1.9.5",
|
||||
"@shopify/flash-list": "^1.4.3",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.72.1",
|
||||
@@ -32,7 +33,9 @@
|
||||
"react-native-scoped-storage": "^1.9.3",
|
||||
"react-native-screens": "^3.22.1",
|
||||
"react-native-vector-icons": "^9.2.0",
|
||||
"realm": "^11.10.1"
|
||||
"react-redux": "^8.1.1",
|
||||
"realm": "^11.10.1",
|
||||
"redux-persist": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
|
Reference in New Issue
Block a user