chore: Upgrade to RN 71 (#1465)

* chore: Upgrade Example to RN 0.71

* chore: Upgrade all libs

* fix: Fix CameraRoll installation

* Update Gradle Tools

* fix: Fix buildscripts

* Clean out build.gradle

* fix: Fix Kotlin setup

* fix: Move kotlin-android dependency to lib

* Move `_setGlobalConsole`

* Update gradle-wrapper.properties

* Rebuild lockfiles

* chore: Update build:gradle

* Update StatusBarBlurBackground.tsx

* Use Java 11 in Workflows

* Update MediaPage.tsx

* Add `google` repository to build.gradle

* Double Java Heap size

* Increase heap size

* Alternative args

* Update build.gradle
This commit is contained in:
Marc Rousavy
2023-02-09 11:52:41 +01:00
committed by GitHub
parent 28a43f716f
commit 11d1e7178d
35 changed files with 7549 additions and 6674 deletions

View File

@@ -69,22 +69,22 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@expo/config-plugins": "^4.0.0",
"@expo/config-plugins": "^5.0.4",
"@jamesacarr/eslint-formatter-github-actions": "^0.1.0",
"@react-native-community/eslint-config": "^3.0.1",
"@react-native-community/eslint-plugin": "^1.1.0",
"@release-it/conventional-changelog": "^3.3.0",
"@types/react": "^17.0.21",
"@types/react-native": "^0.65.5",
"eslint": "^7.32.0",
"pod-install": "^0.1.27",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-native": "^0.66.0",
"react-native-builder-bob": "^0.18.1",
"react-native-reanimated": "^2.3.0-beta.2",
"release-it": "^14.11.5",
"typescript": "^4.4.3"
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/eslint-plugin": "^1.3.0",
"@release-it/conventional-changelog": "^5.1.1",
"@types/react": "^18.0.27",
"@types/react-native": "^0.71.2",
"eslint": "^8.33.0",
"pod-install": "^0.1.38",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-native": "^0.71.2",
"react-native-builder-bob": "^0.20.3",
"react-native-reanimated": "^2.14.4",
"release-it": "^15.6.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": "*",