react-native-simple-dialogs
react-native-simple-dialogs copied to clipboard
Display dialog programmatically
Is there any way to display dialog, confirm or progress dialog programmatically ? Something like dialog.show(param, param...) ? I'd like to us it in Formik where it is not possible to reach and change state.
Today is not, but is possible to add this feature.
I will love to revise a PR for this.
This repository https://github.com/SNY7/react-native-dialog-layer uses react-native-simple-dialogs to open dialogs programatically, perhaps this can help with implementation.