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:
Marc Rousavy
2021-08-20 11:53:40 +02:00
committed by GitHub
parent 8e02b49c16
commit cae08a1402
11 changed files with 810 additions and 979 deletions

View File

@@ -70,21 +70,22 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@expo/config-plugins": "^3.0.3",
"@expo/config-plugins": "^3.0.7",
"@jamesacarr/eslint-formatter-github-actions": "^0.1.0",
"@react-native-community/eslint-config": "^3.0.0",
"@react-native-community/eslint-plugin": "^1.1.0",
"@release-it/conventional-changelog": "^3.0.1",
"@types/react": "^17.0.9",
"@types/react-native": "^0.64.10",
"@release-it/conventional-changelog": "^3.3.0",
"@types/react": "^17.0.19",
"@types/react-native": "^0.64.13",
"eslint": "^7.27.0",
"pod-install": "^0.1.23",
"pod-install": "^0.1.26",
"prettier": "^2.3.0",
"react": "^17.0.2",
"react-native": "^0.64.2",
"react-native": "^0.65.1",
"react-native-builder-bob": "^0.18.1",
"react-native-codegen": "^0.0.7",
"react-native-reanimated": "^2.3.0-alpha.2",
"release-it": "^14.6.1",
"release-it": "^14.11.5",
"typescript": "4.3.5"
},
"peerDependencies": {