浏览代码

Add support for react-native v0.25.1

Guy Carmeli 8 年前
父节点
当前提交
f8f91da53d
共有 4 个文件被更改,包括 8 次插入1 次删除
  1. 7
    0
      android/app/build.gradle
  2. 二进制
      example-redux/img/navicon_add@2x.android.png
  3. 二进制
      example-redux/img/navicon_add@3x.android.png
  4. 1
    1
      example-redux/package.json

+ 7
- 0
android/app/build.gradle 查看文件

@@ -26,6 +26,13 @@ android {
26 26
     }
27 27
 }
28 28
 
29
+repositories {
30
+    maven {
31
+        // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
32
+        url '../../../react-native/android'
33
+    }
34
+}
35
+
29 36
 dependencies {
30 37
     compile fileTree(dir: "libs", include: ["*.jar"])
31 38
     compile "com.android.support:appcompat-v7:23.0.1"

二进制
example-redux/img/navicon_add@2x.android.png 查看文件


二进制
example-redux/img/navicon_add@3x.android.png 查看文件


+ 1
- 1
example-redux/package.json 查看文件

@@ -16,6 +16,6 @@
16 16
     "redux": "^3.0.5",
17 17
     "redux-thunk": "^1.0.3",
18 18
     "seamless-immutable": "^5.0.1",
19
-    "react-native-navigation": "github:wix/react-native-navigation#upgradeRN25"
19
+    "react-native-navigation": "latest"
20 20
   }
21 21
 }