You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
`cancelButtonAccessibilityLabel` | string | Yes | undefined | Accessibility label for the cancel button
165
165
`modalOpenerHitSlop` | object | Yes | {} | How far touch can stray away from touchable that opens modal ([RN docs](https://facebook.github.io/react-native/docs/touchablewithoutfeedback.html#hitslop))
166
166
`customSelector` | node | Yes | undefined | Render a custom node instead of the built-in select box.
167
+
`selectedKey` | any | Yes | '' | Key of the item to be initially selected
if(Platform.OS==='android'||(Modal.propTypes!==undefined&&!Modal.propTypes.onDismiss)){// don't know if this will work for previous version, please check!
153
168
// RN >= 0.50 on iOS comes with the onDismiss prop for Modal which solves RN issue #10471
0 commit comments