mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 23:59:42 +08:00
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:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user