testshallpass / react-native-dropdownalert

An alert to notify users about an error or something else
MIT License
1.85k stars 252 forks source link

Show cancel Button Image in just success or warn alert type #194

Closed dev-babar closed 4 years ago

dev-babar commented 5 years ago

I want to show cancel button in some cases of alert type not every time when message shows

testshallpass commented 5 years ago

A workaround could be changing the showCancel prop on a state change like when it's warn or success types.

testshallpass commented 4 years ago

I am satisfied with the workaround and I welcome any PR to address this. I suggest by sending a flag in the payload in alertWithType similar to how image source was overridden.

testshallpass commented 4 years ago

Closing as per comments above.