Merge pull request #21791 from iRoachie/rnmb

[rn-modalbox] Added keyboardTopOffset
This commit is contained in:
Eloy Durán
2017-11-29 22:51:30 +01:00
committed by GitHub
+7
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
*