use react-native from node_modules

- compile react-native as shown here: d344963123/local-cli/generator-android/templates/src/app/build.gradle (L131)
This commit is contained in:
Fabrizio Moscon 2016-07-31 00:49:00 +01:00
parent 4bc44ba342
commit 9b5c99b3d2

View File

@ -30,5 +30,5 @@ repositories {
}
dependencies {
compile 'com.facebook.react:react-native:0.13.+'
compile 'com.facebook.react:react-native:+' // from node_modules
}