rishabhbhatia / react-native-awesome-alerts

Awesome alerts for React Native, works with iOS and Android.
MIT License
525 stars 71 forks source link

Multiple Alerts within the same screen #105

Closed mcooling closed 2 years ago

mcooling commented 2 years ago

Hi there,

This is more of a request for help than a bug. I'm new to RN and this is my first attempt using this. Basically, I'm trying to work out how to have multiple alerts available within a screen, where there are multiple buttons.

I can see the video example does it. I just can't work it out in code. If you could provide a code snippet, e.g. button 1 Alert, button 2 Alert, that would be really helpful

Thanks in advance...

rishabhbhatia commented 2 years ago

@mcooling Try this out Examples, hope it helps.