Refactor to store

This commit is contained in:
Maarten 2024-08-08 14:05:17 +02:00
parent e3a2251898
commit b619fe34f8
9 changed files with 177 additions and 70 deletions

View file

@ -18,6 +18,7 @@
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/cli-platform-ios": "^14.0.0",
"@react-navigation/native": "^6.0.2",
"@reduxjs/toolkit": "^2.2.7",
"@rnmapbox/maps": "^10.1.28",
"@uiw/react-color-circle": "^2.3.0",
"axios": "^1.7.2",
@ -51,7 +52,8 @@
"react-native-svg": "15.2.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6"
"react-native-webview": "13.8.6",
"react-redux": "^9.1.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",