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 authored and shilman committed Feb 18, 2019
1 parent 1699185 commit 580630d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -18397,10 +18397,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"
integrity sha512-wgsgMEPtZrSFt2VfYErDPw6K6m7QI/QVix/9zO6bn3+1rmEhjfDS/0ju1V0zqiMXR8LdxiRxqrFlzW7db+2Kig==
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 580630d

Please sign in to comment.