[rn-modalbox] Added keyboardTopOffset

This commit is contained in:
Kyle Roach 2017-11-27 23:17:37 -04:00
parent dc0c4811d4
commit 669c61e559

View File

@ -135,6 +135,13 @@ export interface ModalProps extends ViewProperties {
*/
startOpen?: boolean;
/**
* This property prevent the modal to cover the ios status bar when the modal is scrolling up because the keyboard is opening
*
* Default is ios:22, android:0
*/
keyboardTopOffset?: number;
/**
* Event fired when the modal is closed and the animation is complete
*