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

@@ -14,36 +14,36 @@
"typescript": "tsc --noEmit"
},
"dependencies": {
"@react-native-community/blur": "^3.6.0",
"@react-native-community/cameraroll": "^4.1.1",
"@react-native-community/slider": "^4.1.8",
"@react-navigation/native": "^6.0.5",
"@react-navigation/native-stack": "^6.2.3",
"react": "^17.0.2",
"react-native": "^0.66.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-pressable-opacity": "^1.0.4",
"react-native-reanimated": "^2.3.0-beta.2",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.8.0",
"react-native-static-safe-area-insets": "^2.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-video": "^5.1.1"
"@react-native-community/blur": "^4.3.0",
"@react-native-camera-roll/camera-roll": "^5.2.3",
"@react-native-community/slider": "^4.4.2",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.9",
"react": "^18.2.0",
"react-native": "^0.71.2",
"react-native-gesture-handler": "^2.9.0",
"react-native-pressable-opacity": "^1.0.10",
"react-native-reanimated": "^2.14.4",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.19.0",
"react-native-static-safe-area-insets": "^2.2.0",
"react-native-vector-icons": "^9.2.0",
"react-native-video": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/runtime": "^7.15.4",
"@react-native-community/eslint-config": "^3.0.1",
"@react-native-community/eslint-plugin": "^1.1.0",
"@types/react": "^17.0.27",
"@types/react-native": "^0.65.5",
"@types/react-native-vector-icons": "^6.4.9",
"@types/react-native-video": "^5.0.9",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.32.0",
"metro-config": "^0.66.2",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
"@babel/core": "^7.20.12",
"@babel/runtime": "^7.20.13",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/eslint-plugin": "^1.3.0",
"@types/react": "^18.0.27",
"@types/react-native": "^0.71.2",
"@types/react-native-vector-icons": "^6.4.13",
"@types/react-native-video": "^5.0.14",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.33.0",
"metro-config": "^0.75.0",
"metro-react-native-babel-preset": "^0.75.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
}
}