Skip to content

Commit a2762eb

Browse files
pacamaraPedro Pombeiro
authored andcommitted
Fixes #4334: Update to react-native 0.55.4
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
1 parent a27134f commit a2762eb

4 files changed

Lines changed: 3140 additions & 3287 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ dependencies {
211211
implementation "com.android.support:appcompat-v7:26.1.0"
212212
// Force using exact RN version instead of relying on gradle dependency resolution
213213
// 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
214+
compile ("com.facebook.react:react-native:0.55.4") { force = true } // From node_modules
215215
implementation project(':react-native-i18n')
216216
implementation project(':react-native-camera')
217217
implementation project(':react-native-status')

0 commit comments

Comments
 (0)