react-native-simple-dialogs icon indicating copy to clipboard operation
react-native-simple-dialogs copied to clipboard

Display dialog programmatically

Open sunviwo opened this issue 6 years ago • 2 comments

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.

sunviwo avatar May 23 '19 12:05 sunviwo

Today is not, but is possible to add this feature.

I will love to revise a PR for this.

douglasjunior avatar Jun 08 '19 11:06 douglasjunior

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.

douglasjunior avatar Sep 01 '20 13:09 douglasjunior