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 6c51226 commit 6406b77
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 @@ -52,7 +52,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'
if (project == rootProject) {
// If this is the root project (e.g. Jitpack), specify a version
implementation 'com.facebook.react:react-native:0.61.5'
implementation 'com.facebook.react:react-native:0.64.0'
} else {
implementation 'com.facebook.react:react-native:+'
}
Expand Down

0 comments on commit 6406b77

Please sign in to comment.