Closed matpaul closed 7 years ago
Thanks for fix. This comes straight from React Native, I barely touched it. Alerts in RN can have multiple buttons (like OK, Cancel or Try Again, Ignore), thus each button should have callback. See https://facebook.github.io/react-native/docs/alert.html
@ptmt Should i clear code from unused variables ? How to fix travis checks ?
Don't worry, Travis is on me, it needs update from upstream.
Hi, i try to fix alerts callback and it's work now, but i don't understand some variables in RCTAlertManager.m:
So if you can explain for what it, i'll complete it =)
Thanks