Browse Source

Add support for react-native v0.25.1

Guy Carmeli 8 years ago
parent
commit
f8f91da53d

+ 7
- 0
android/app/build.gradle View File

@@ -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 View File


BIN
example-redux/img/navicon_add@3x.android.png View File


+ 1
- 1
example-redux/package.json View File

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