feat: Add react-native 0.65 support (#378)
* fix `;` * upgrade react-native to 0.65.1 * upgrade example to react-native 0.65.1 * Update Podfile.lock * Update Podfile.lock * add `jcenter()` temporarily * upgrade gradle tools (kotlin, build-tools, swipe-to-refresh) * Upgrade `react-native-navigation` to `7.18.1-snapshot.1611` * chore(deps): Upgrade a few more deps
This commit is contained in:
@@ -18,9 +18,10 @@
|
||||
"@react-native-community/cameraroll": "^4.0.4",
|
||||
"@react-native-community/slider": "^3.0.3",
|
||||
"react": "^17.0.2",
|
||||
"react-native": "^0.64.2",
|
||||
"react-native": "^0.65.1",
|
||||
"react-native-codegen": "^0.0.7",
|
||||
"react-native-gesture-handler": "^1.10.3",
|
||||
"react-native-navigation": "^7.16.0",
|
||||
"react-native-navigation": "7.18.1-snapshot.1611",
|
||||
"react-native-pressable-opacity": "^1.0.4",
|
||||
"react-native-reanimated": "^2.3.0-alpha.2",
|
||||
"react-native-static-safe-area-insets": "^2.1.1",
|
||||
@@ -29,17 +30,17 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.3",
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@react-native-community/eslint-config": "^3.0.0",
|
||||
"@react-native-community/eslint-plugin": "^1.1.0",
|
||||
"@types/react": "^17.0.9",
|
||||
"@types/react-native": "^0.64.12",
|
||||
"@types/react": "^17.0.19",
|
||||
"@types/react-native": "^0.64.13",
|
||||
"@types/react-native-vector-icons": "^6.4.6",
|
||||
"@types/react-native-video": "^5.0.5",
|
||||
"babel-plugin-module-resolver": "^4.1.0",
|
||||
"eslint": "^7.32.0",
|
||||
"metro-config": "^0.66.2",
|
||||
"metro-react-native-babel-preset": "^0.66.1",
|
||||
"metro-react-native-babel-preset": "^0.66.2",
|
||||
"prettier": "^2.3.1",
|
||||
"typescript": "4.3.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user