Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Upgrade to rn 0.64 #12

Merged
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repositories {
jcenter()
if (project == rootProject) {
maven {
url "https://dl.bintray.com/wordpress-mobile/react-native-mirror/"
url "https://a8c-libs.s3.amazonaws.com/android/react-native-mirror"
}
} else {
// When building as a dep, the RN's maven repo is locally in the node_modules folder
Expand All @@ -54,7 +54,7 @@ repositories {
dependencies {
if (project == rootProject) {
// If this is the root project (e.g. Jitpack), specify a version
implementation 'com.facebook.react:react-native:0.61.2'
implementation 'com.facebook.react:react-native:0.64.0'
} else {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@types/css-tree": "^1.0.1",
"@types/react": "^16.9.11",
"@types/react": "^17.0.1",
"@types/react-native": "^0.60.21",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
Expand All @@ -82,8 +82,8 @@
"jest": "^24.9.0",
"pegjs": "^0.10.0",
"prettier": "^1.18.2",
"react": "^16.11.0",
"react-native": "^0.61.5",
"react": "^17.0.1",
"react-native": "0.64.0",
"react-test-renderer": "^16.11.0",
"semantic-release": "^15.13.27",
"semantic-release-cli": "^5.2.1",
Expand Down