We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ac125 commit 9932e77Copy full SHA for 9932e77
docs/0.21/embedded-app-android.md
@@ -9,7 +9,7 @@
9
10
在你的App里的`build.gradle`文件中,添加React Native依赖:
11
12
- compile 'com.facebook.react:react-native:0.17.+'
+ compile 'com.facebook.react:react-native:0.20.+'
13
14
你可以在[Maven中央库](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.facebook.react%22%20AND%20a%3A%22react-native%22) [国内镜像](http://maven.oschina.net/index.html#nexus-search;quick~React native) 查询到React Native库的最新版本。然后,在你的`AndroidManifest.xml`里增加Internet访问权限:
15
0 commit comments