Skip to main content

FullScreenLayout

Full screen with absolute position for UI customization.

Example

const YourCustomUI = (props) => {
return (
<FullScreenLayout>
<FullScreenOverlay hideOnPressOverlay />
<View>{/* write code */}</View>
</FullScreenLayout>
);
};

export default createPopup(YourCustomUI);

Props

bottomInset

padding bottom

TypeDefaultRequired
number0NO

topInset

TypeDefaultRequired
number0NO