You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great component! I just have one suggestion: Would it be possible to add the ability to show just a confirmation prompt (Ok/Cancel or Yes/No) using this component? It'd be handy, because I'd be able to keep the same props and styling by using this component to ask Yes/No questions without text input.
If this is out of scope in your opinion, please close.
The text was updated successfully, but these errors were encountered:
consttitle='Some Title';constmessage='Are you sure Alert is not what you want?';constbuttons=[{text: 'Cancel',type: 'cancel'},{text: 'OK',onPress: ()={}}];Alert.alert(title,message,buttons);
Great component! I just have one suggestion: Would it be possible to add the ability to show just a confirmation prompt (Ok/Cancel or Yes/No) using this component? It'd be handy, because I'd be able to keep the same props and styling by using this component to ask Yes/No questions without text input.
If this is out of scope in your opinion, please close.
The text was updated successfully, but these errors were encountered: