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

Commit

Permalink
Bump to rn 0.63.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Aug 24, 2020
1 parent 53482ee commit 7a04d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.62.2'
implementation 'com.facebook.react:react-native:0.63.2'
} else {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"pegjs": "^0.10.0",
"prettier": "^1.18.2",
"react": "^16.11.0",
"react-native": "0.62.2",
"react-native": "0.63.2",
"react-test-renderer": "^16.11.0",
"semantic-release": "^15.13.27",
"semantic-release-cli": "^5.2.1",
Expand Down

0 comments on commit 7a04d30

Please sign in to comment.