We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27134f commit a2762ebCopy full SHA for a2762eb
4 files changed
android/app/build.gradle
@@ -211,7 +211,7 @@ dependencies {
211
implementation "com.android.support:appcompat-v7:26.1.0"
212
// Force using exact RN version instead of relying on gradle dependency resolution
213
// https://docs.gradle.org/current/userguide/introduction_dependency_management.html#sec:dependency_resolution
214
- compile ("com.facebook.react:react-native:0.53.3") { force = true } // From node_modules
+ compile ("com.facebook.react:react-native:0.55.4") { force = true } // From node_modules
215
implementation project(':react-native-i18n')
216
implementation project(':react-native-camera')
217
implementation project(':react-native-status')
0 commit comments