Skip to content

Commit

Permalink
Bump RN binary to 0.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Jun 9, 2021
1 parent fff585a commit 047ae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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.60.0-rc.1'
implementation 'com.facebook.react:react-native:0.64.0'
} else {
//noinspection GradleDynamicVersion
api "com.facebook.react:react-native:+"
Expand Down

0 comments on commit 047ae60

Please sign in to comment.