ソースを参照

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
 }