1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 05:43:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

解决Android 在RN0.27以上版本报错问题

This commit is contained in:
tdzl2003
2016-06-27 21:02:47 +08:00
parent 9c2f6cf900
commit 702ddbe011
6 changed files with 31 additions and 7 deletions

View File

@@ -19,6 +19,13 @@ android {
}
}
repositories {
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../../node_modules/react-native/android"
}
}
dependencies {
compile 'com.facebook.react:react-native:+'
}