Replies: 1 comment
-
should use Dialog open. It was in the doc here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to trigger a Dialog or an AlertDialog programatically without having to push a button (DialogTrigger part).
The dialog should be triggered by some code in a menu item or button handle, something like that :
Just like the Alert of react-native do :
Alert.alert("tile", "msg", [{ text: "OK" }]);
Is it supported by shadcn/react-native-reusables ?
Beta Was this translation helpful? Give feedback.
All reactions