teaset icon indicating copy to clipboard operation
teaset copied to clipboard

PullVIew

Open zhangwuyang-github opened this issue 3 years ago • 2 comments

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

zhangwuyang-github avatar Jul 07 '21 01:07 zhangwuyang-github

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

zhangwuyang-github avatar Jul 07 '21 01:07 zhangwuyang-github

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

zhangwuyang-github avatar Jul 07 '21 01:07 zhangwuyang-github