Skip to content

Commit

Permalink
Merge pull request #5581 from storybooks/RWOverdijk-patch-1
Browse files Browse the repository at this point in the history
update modal manager for rn 0.58 support
  • Loading branch information
ndelangen committed Feb 14, 2019
2 parents 9d91391 + 52aa858 commit 41096d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/ondevice-knobs/package.json
Expand Up @@ -26,7 +26,7 @@
"prop-types": "^15.6.2",
"react-native-color-picker": "^0.4.0",
"react-native-modal-datetime-picker": "^5.1.0",
"react-native-modal-selector": "^0.0.29",
"react-native-modal-selector": "^1.0.2",
"react-native-switch": "^1.5.0"
},
"peerDependencies": {
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Expand Up @@ -17124,9 +17124,10 @@ react-native-modal-datetime-picker@^5.1.0:
prop-types "^15.6.1"
react-native-modal "^5.4.0"

react-native-modal-selector@^0.0.29:
version "0.0.29"
resolved "https://registry.yarnpkg.com/react-native-modal-selector/-/react-native-modal-selector-0.0.29.tgz#e33326a9191ce6a6ed07c222366eb13ba5e03e21"
react-native-modal-selector@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/react-native-modal-selector/-/react-native-modal-selector-1.0.2.tgz#d6ec94ea9d280162be6c439fea72455479bc5c73"
integrity sha512-nMHwYj5f6brhGC6f+AjZY2BqU3p3TDoqzJJEIMRn7/o27NAvJGE3XS+2J+wfLJstCcYdaDrfYWRWE854KfSHBA==
dependencies:
prop-types "^15.5.10"

Expand Down

0 comments on commit 41096d8

Please sign in to comment.