Skip to content

Commit 061ef48

Browse files
committed
fix: support React Native versions over 0.33
1 parent 72484fb commit 061ef48

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
@@ -16,5 +16,5 @@ android {
1616
}
1717

1818
dependencies {
19-
compile 'com.facebook.react:react-native:0.33.+'
19+
compile 'com.facebook.react:react-native:+'
2020
}

0 commit comments

Comments
 (0)