bezenson / react-native-unicorn-modals

Custom modals with Imperative API 🦄
https://inferusvv.github.io/react-native-unicorn-modals/
MIT License
34 stars 2 forks source link

Configure cancelable: false, you can still click on the blank to close #8

Closed huanglong6828 closed 1 year ago

huanglong6828 commented 1 year ago

cancelable: false Invalid

model.show( 'customModal', { title, description: message, ok: { text: 'done', onPress: onPress }, }, { cancellable: false }, );