The animationType prop controls how the modal animates. The animationType prop controls how the modal animates.
The hardwareAccelerated prop controls whether to force hardware acceleration for the underlying window. It is for android only The hardwareAccelerated prop controls whether to force hardware acceleration for the underlying window. It is for android only
It is used for closing the Modal. It is for iOS only It is used for closing the Modal. It is for iOS only
The onOrientationChange callback is called when the orientation changes while the modal is being displayed. It is for ios only The onOrientationChange callback is called when the orientation changes while the modal is being displayed. It is for ios only
The onRequestClose callback is called when the user taps the hardware back button on Android or the menu button on Apple TV. The onRequestClose callback is called when the user taps the hardware back button on Android or the menu button on Apple TV.
The onShow prop allows passing a function that will be called once the modal has been shown. The onShow prop allows passing a function that will be called once the modal has been shown.
The presentationStyle prop controls how the modal appears generally on larger devices such as iPad or plus-sized iPhones It is for ios only The presentationStyle prop controls how the modal appears generally on larger devices such as iPad or plus-sized iPhones It is for ios only
The supportedOrientations prop allows the modal to be rotated to any of the specified orientations The supportedOrientations prop allows the modal to be rotated to any of the specified orientations
The transparent prop determines whether your modal will fill the entire view. Setting this to true will render the modal over a transparent background. The transparent prop determines whether your modal will fill the entire view. Setting this to true will render the modal over a transparent background.
The visible prop determines whether your modal is visible. The visible prop determines whether your modal is visible.
Generated using TypeDoc
key for others property.