Chore/retire redux

This commit is contained in:
Sofiya Tepikin
2022-09-10 16:00:19 +00:00
parent 7d0fa07976
commit 176e4f6a70
22 changed files with 86 additions and 320 deletions
+1 -4
View File
@@ -16,7 +16,7 @@
"log": "react-native log-android",
"test": "jest test && npm run lint",
"test-watch": "jest --watch test",
"lint": "eslint components lib test styles slices db",
"lint": "eslint components lib test styles db",
"devtool": "adb shell input keyevent 82",
"build-android-release": "cd android && ./gradlew clean && ./gradlew assembleRelease && cd ..",
"update-version": "node ./tools/bin/update-version.js",
@@ -55,10 +55,7 @@
"react-native-simple-toast": "^1.1.3",
"react-native-size-matters": "^0.4.0",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^6.0.0",
"realm": "^10.16.0",
"redux": "^4.0.1",
"redux-starter-kit": "^0.6.3",
"sympto": "3.0.1"
},
"devDependencies": {