react-native-alert-notification
react-native-alert-notification copied to clipboard
Toast notification and dialog box notification for react native
I'm curious to know if it's feasible to incorporate a shadow effect into the toast container. If you don't mind, I would be interested in joining the contributors to assist...
I am adding the alert to my app using Dialog.show({ type: ALERT_TYPE.SUCCESS, title: 'Success', textBody: 'Congrats! this is dialog box success', button: 'close', }); I want to use google font...
if we can use it as a confirmation message, two buttons would be nice so we can ask for for user action regarding the confirmation, Regards
Can we change success or error image? or can we use iocn instead image?
hi, Dialog.show({ type: ALERT_TYPE.WARNING, title: 'Avertissement', textBody: 'Veuillez entrer votre matricule.', button: 'Fermer', closeOnOverlayTap:false, textBodyStyle:{ fontSize:50 } }); don't work
Hey, I am having a issue that my alerts stop working after I remove the authtoken using Asyncstorage.removeitem. Can you please suggest me a solution to that?
Any chance we can pass a component to overwrite the icon/image?
Hi, I would like to know if this library is supported on web or only native?
i got this issue after installing your package...., i followed all thee required documentations pls help
I would like to set the textbody characters to be left justified, how can I do that? Dialog.show({ type: ALERT_TYPE.WARNING, title: title, textBody: messageValue, button: '了解', closeOnOverlayTap: true, })}>