From 3dafa50b9ef23f8df3c5040a17b5e4886f5069d8 Mon Sep 17 00:00:00 2001 From: Peter Lazar Date: Wed, 10 Feb 2016 21:38:13 +0530 Subject: [PATCH] update react native version in gradle file Fixes the issue mentioned below. https://github.com/facebook/react-native/issues/5658 --- Example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.+" }