Browse Source

Resolve rnn from npm (#997)

* Temporarily disable shared element screens in example app

* Fix card positioning when transitioning

* resolve rnn dep from npm
Guy Carmeli 7 years ago
parent
commit
f4265dd433
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json View File

13
     "react-native": "0.41.2",
13
     "react-native": "0.41.2",
14
     "react": "15.4.2",
14
     "react": "15.4.2",
15
     "react-native-animatable": "^1.1.0",
15
     "react-native-animatable": "^1.1.0",
16
-    "react-native-navigation": "file:../"
16
+    "react-native-navigation": "next"
17
   },
17
   },
18
   "devDependencies": {
18
   "devDependencies": {
19
     "detox": "4.x.x",
19
     "detox": "4.x.x",