Skip to content

Commit 27ecc5c

Browse files
committed
Attempts to fix an issue in RN 0.49
1 parent 7045b2d commit 27ecc5c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"react": "16.0.0-beta.5",
12-
"react-native": "0.49.2",
13-
"react-native-nested-listview": "..",
12+
"react-native": "~0.49.2",
13+
"react-native-nested-listview": "file:../",
1414
"shortid": "^2.2.8"
1515
},
1616
"devDependencies": {

example/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3805,12 +3805,12 @@ react-devtools-core@^2.5.0:
38053805
shell-quote "^1.6.1"
38063806
ws "^2.0.3"
38073807

3808-
react-native-nested-listview@..:
3809-
version "0.0.2"
3808+
"react-native-nested-listview@file:..":
3809+
version "0.0.3"
38103810
dependencies:
38113811
shortid "^2.2.8"
38123812

3813-
react-native@0.49.2:
3813+
react-native@~0.49.2:
38143814
version "0.49.2"
38153815
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.49.2.tgz#d40503cee172ad4c74f91a9115a1b11c54c21888"
38163816
dependencies:

0 commit comments

Comments
 (0)