diff --git a/Example/android/app/build.gradle b/Example/android/app/build.gradle index 69a527768..3326b9afd 100644 --- a/Example/android/app/build.gradle +++ b/Example/android/app/build.gradle @@ -74,5 +74,5 @@ android { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" - compile "com.facebook.react:react-native:0.16.+" + compile "com.facebook.react:react-native:0.19.+" }