rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
MIT License
2.95k stars 482 forks source link

PullVIew #453

Open zhangwuyang-github opened 3 years ago

zhangwuyang-github commented 3 years ago

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

zhangwuyang-github commented 3 years ago

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 3 years ago

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