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.

- + - + +
TypeRequired
TypeRequiredPlatform
(Platform.isTVOSPlatform.OS === 'android') ? PropTypes.func.isRequired : PropTypes.funcNo
functionYesAndroid, Platform.isTVOS
functionNo(Others)