Upgrade to React Native 0.64

This commit is contained in:
Lei Nelissen
2021-03-21 20:16:26 +01:00
parent a92ff581ae
commit 8860581450
12 changed files with 1454 additions and 2554 deletions

View File

@@ -22,14 +22,12 @@
"@reduxjs/toolkit": "^1.5.0",
"@sentry/react-native": "^2.3.0",
"@types/lodash": "^4.14.168",
"@types/redux-logger": "^3.0.8",
"@types/styled-components": "^5.1.7",
"date-fns": "^2.19.0",
"fuse.js": "^6.4.6",
"i18n-js": "^3.8.0",
"lodash": "^4.17.21",
"react": "16.13.1",
"react-native": "^0.63.4",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-collapsible": "^1.5.3",
"react-native-dotenv": "^2.5.1",
"react-native-fast-image": "^8.3.4",
@@ -41,7 +39,7 @@
"react-native-svg": "^12.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-native-track-player": "github:leinelissen/react-native-track-player",
"react-native-webview": "^11.2.1",
"react-native-webview": "^11.3.1",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
@@ -54,16 +52,18 @@
"@react-native-community/eslint-config": "^2.0.0",
"@sentry/cli": "^1.63.1",
"@types/i18n-js": "^3.8.0",
"@types/jest": "^26.0.20",
"@types/react-native": "^0.63.51",
"@types/jest": "^26.0.21",
"@types/react-native": "^0.64.0",
"@types/react-redux": "^7.1.16",
"@types/react-test-renderer": "^17.0.1",
"@types/redux-logger": "^3.0.8",
"@types/styled-components": "^5.1.9",
"@types/styled-components-react-native": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.21.0",
"eslint": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.2",