Upgrade React Native and deps (#68)

* upgrade RN to 0.67-rc.6
upgrade react-native-reanimated to 2.3.1
debug and release building/working

* update to RN stable 0.67

* yarn upgrade

also use xmldom builtin types

* ignore ndk dir for linting

* upgrade types (RN 0.67 not out yet)

* remove deprecated rule

* actually i like that one, keep for now

* update licenses

* upgrade RN types and use builtin dep

* upgrade RN 0.67.1
This commit is contained in:
austinried
2022-01-23 13:36:02 +09:00
committed by GitHub
parent 6883a556bf
commit ec390f593c
22 changed files with 5312 additions and 1631 deletions

View File

@@ -26,19 +26,20 @@
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@xmldom/xmldom": "^0.7.2",
"@types/react": "^17",
"@xmldom/xmldom": "^0.7.0",
"immer": "^9.0.6",
"lodash.debounce": "^4.0.8",
"md5": "^2.3.0",
"react": "17.0.1",
"react-native": "0.64.1",
"react": "17.0.2",
"react-native": "0.67.1",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.7.0",
"react-native-image-colors": "^1.3.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-popup-menu": "^0.15.11",
"react-native-reanimated": "^2.2.0",
"react-native-reanimated": "^2.3.1",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.4.0",
"react-native-tab-view": "^2.16.0",
@@ -55,11 +56,9 @@
"@types/jest": "^26.0.23",
"@types/lodash.debounce": "^4.0.6",
"@types/md5": "^2.3.0",
"@types/react-native": "^0.64.5",
"@types/react-native-vector-icons": "^6.4.7",
"@types/react-test-renderer": "^16.9.2",
"@types/uuid": "^8.3.0",
"@types/xmldom": "^0.1.31",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.14.0",