Skip to content

Commit 81cdb73

Browse files
committed
🐛 fix not using the latest version of react native
1 parent 5c7efd3 commit 81cdb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
}
2525

2626
dependencies {
27-
implementation 'com.facebook.react:react-native:0.20.+'
27+
implementation 'com.facebook.react:react-native:0.58.+'
2828
implementation ('com.instabug.library:instabug:8.0.16'){
2929
exclude group: 'com.android.support:appcompat-v7'
3030
}

0 commit comments

Comments
 (0)