Upgrade to React Native 0.41.1

This commit is contained in:
2017-02-04 15:47:34 -07:00
parent 1d1fc49b51
commit d1c859a2ae
8 changed files with 39 additions and 112 deletions
+3 -4
View File
@@ -130,13 +130,12 @@ dependencies {
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.facebook.react:react-native:+" // From node_modules
compile project(':react-native-vector-icons')
compile project(':react-native-vector-icons')
}
// 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'
}