Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit d9db520

Browse files
committed
Update to RN 0.66.2
Routine RN package upgrade.
1 parent 1e8662d commit d9db520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
dependencies {
3333
if (project == rootProject) {
3434
// If this is the root project (e.g. Jitpack), specify a version
35-
implementation 'com.facebook.react:react-native:0.64.0'
35+
implementation 'com.facebook.react:react-native:0.66.2'
3636
} else {
3737
//noinspection GradleDynamicVersion
3838
api "com.facebook.react:react-native:+"

0 commit comments

Comments
 (0)