소스 검색

Add support for react-native v0.25.1

Guy Carmeli 8 년 전
부모
커밋
f8f91da53d
4개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 7
    0
      android/app/build.gradle
  2. BIN
      example-redux/img/navicon_add@2x.android.png
  3. BIN
      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"

BIN
example-redux/img/navicon_add@2x.android.png 파일 보기


BIN
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
 }