Daniel Zlotin 8 years ago
parent
commit
7e802ef563
3 changed files with 2 additions and 3 deletions
  1. 0
    0
      CHANGELOG.md
  2. 2
    3
      package.json
  3. 0
    0
      src/index.js

RELEASES.md → CHANGELOG.md View File


+ 2
- 3
package.json View File

7
     "type": "git",
7
     "type": "git",
8
     "url": "https://github.com/wix/react-native-navigation.git"
8
     "url": "https://github.com/wix/react-native-navigation.git"
9
   },
9
   },
10
-  "version": "1.0.20",
10
+  "version": "2.0.0",
11
   "description": "React Native Navigation - truly native navigation for iOS and Android",
11
   "description": "React Native Navigation - truly native navigation for iOS and Android",
12
   "nativePackage": true,
12
   "nativePackage": true,
13
   "bugs": {
13
   "bugs": {
14
     "url": "https://github.com/wix/react-native-navigation/issues"
14
     "url": "https://github.com/wix/react-native-navigation/issues"
15
   },
15
   },
16
   "homepage": "https://github.com/wix/react-native-navigation",
16
   "homepage": "https://github.com/wix/react-native-navigation",
17
-  "main": "index.js",
17
+  "main": "src/index.js",
18
   "author": "Tal Kol <talkol@gmail.com>",
18
   "author": "Tal Kol <talkol@gmail.com>",
19
   "license": "MIT",
19
   "license": "MIT",
20
   "peerDependencies": {
20
   "peerDependencies": {
22
     "react": ">=0.14.5"
22
     "react": ">=0.14.5"
23
   },
23
   },
24
   "dependencies": {
24
   "dependencies": {
25
-    "react-native-controllers": "^2.0.0"
26
   },
25
   },
27
   "optionalDependencies": {
26
   "optionalDependencies": {
28
     "react-redux": "*"
27
     "react-redux": "*"

index.js → src/index.js View File