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

Commit f39787e

Browse files
committed
Update to RN 0.66.2
Routine RN package upgrade.
1 parent 851dbc7 commit f39787e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/build.gradle

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

0 commit comments

Comments
 (0)