Support React Native 0.36.0 and 0.37.0 (#602)

* Upgrade example app to react-native@0.37.0
* Fix crash on restart caused by loadBundle() being called twice
This commit is contained in:
Richard Hua
2016-11-14 22:40:36 -08:00
committed by GitHub
parent 3ccfa67528
commit d9a85c87f3
5 changed files with 14 additions and 18 deletions

View File

@@ -136,6 +136,6 @@ dependencies {
// Run this once to be able to run the application with BUCK
// puts all compile dependencies into folder libs for BUCK to use
task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
into 'libs'
from configurations.compile
into 'libs'
}