rilyu/teaset

PullVIew

zhangwuyang-github opened this issue · 2 comments

On pullView, modal = {false} do not take effect;

Overlay.show(
<Overlay.PullView
ref={(r: any) => (layerRef = r)}
side="bottom"
style={styles.overlay}
containerStyle={styles.containerStyles}
onCloseRequest={onCloseRequest}
overlayOpacity={0.6}
modal={false}>

</Overlay.PullView>
)

How can I click non-content area to close the modal?