From 45d4fc298e1fab99c7831857242f0cc226076fbe Mon Sep 17 00:00:00 2001 From: Felipe Lima Date: Mon, 18 Jul 2016 11:46:56 -0700 Subject: [PATCH] Use RN 29.2 --- android/lib/build.gradle | 2 +- example/package.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/lib/build.gradle b/android/lib/build.gradle index aa9cc2b6f..ca9d55952 100644 --- a/android/lib/build.gradle +++ b/android/lib/build.gradle @@ -16,7 +16,7 @@ android { } dependencies { - compile 'com.facebook.react:react-native:0.30.0-rc.0' + compile 'com.facebook.react:react-native:0.29.2' compile "com.google.android.gms:play-services-base:9.2.0" compile 'com.google.android.gms:play-services-maps:9.2.0' } diff --git a/example/package.json b/example/package.json index 53766dbca..7f4d1ed1d 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "react": "15.2.0", - "react-native": "^0.30.0-rc", + "react-native": "^0.29.2", "react-native-maps": "../" } } diff --git a/package.json b/package.json index ab5775d9a..cebb8bf8c 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ ], "dependencies": { "react": "15.2.0", - "react-native": "^0.30.0-rc" + "react-native": "^0.29.2" }, "devDependencies": { "react": "15.2.0", - "react-native": "^0.30.0-rc" + "react-native": "^0.29.2" } }