Port to Redux and add settings
This commit is contained in:
10
package.json
10
package.json
@@ -14,11 +14,15 @@
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
||||
"@fortawesome/react-native-fontawesome": "^0.2.5",
|
||||
"@react-native-community/async-storage": "^1.11.0",
|
||||
"@react-native-community/masked-view": "^0.1.10",
|
||||
"@react-native-community/picker": "^1.6.3",
|
||||
"@react-navigation/bottom-tabs": "^5.5.2",
|
||||
"@react-navigation/native": "^5.5.1",
|
||||
"@react-navigation/stack": "^5.5.1",
|
||||
"@reduxjs/toolkit": "^1.3.6",
|
||||
"@types/lodash": "^4.14.155",
|
||||
"@types/redux-logger": "^3.0.8",
|
||||
"@types/styled-components": "^5.1.0",
|
||||
"lodash": "^4.17.15",
|
||||
"react": "16.11.0",
|
||||
@@ -30,6 +34,11 @@
|
||||
"react-native-svg": "^12.1.0",
|
||||
"react-native-swift": "^1.2.3",
|
||||
"react-native-track-player": "github:react-native-kit/react-native-track-player",
|
||||
"react-native-webview": "^10.3.1",
|
||||
"react-redux": "^7.2.0",
|
||||
"redux": "^4.0.5",
|
||||
"redux-logger": "^3.0.6",
|
||||
"redux-persist": "^6.0.0",
|
||||
"styled-components": "^5.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -38,6 +47,7 @@
|
||||
"@react-native-community/eslint-config": "^1.0.0",
|
||||
"@types/jest": "^24.0.24",
|
||||
"@types/react-native": "^0.62.0",
|
||||
"@types/react-redux": "^7.1.9",
|
||||
"@types/react-test-renderer": "16.9.2",
|
||||
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
||||
"@typescript-eslint/parser": "^2.27.0",
|
||||
|
||||
Reference in New Issue
Block a user