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
     }
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
 dependencies {
36
 dependencies {
30
     compile fileTree(dir: "libs", include: ["*.jar"])
37
     compile fileTree(dir: "libs", include: ["*.jar"])
31
     compile "com.android.support:appcompat-v7:23.0.1"
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
     "redux": "^3.0.5",
16
     "redux": "^3.0.5",
17
     "redux-thunk": "^1.0.3",
17
     "redux-thunk": "^1.0.3",
18
     "seamless-immutable": "^5.0.1",
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
 }