diff --git a/docs/next/modal.html b/docs/next/modal.html index 6d1006f656c..548807e373a 100644 --- a/docs/next/modal.html +++ b/docs/next/modal.html @@ -107,10 +107,11 @@ const styles = StyleSheet.create({
The onRequestClose callback is called when the user taps the hardware back button on Android or the menu button on Apple TV.
| Type | Required | ||
|---|---|---|---|
| Type | Required | Platform | |
| (Platform.isTVOS | Platform.OS === 'android') ? PropTypes.func.isRequired : PropTypes.func | No | |
| function | Yes | Android, Platform.isTVOS | |
| function | No | (Others) |