PullVIew
zhangwuyang-github opened this issue · 2 comments
zhangwuyang-github commented
On pullView, modal = {false} do not take effect;
zhangwuyang-github commented
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>
)
zhangwuyang-github commented
How can I click non-content area to close the modal?