prscX / react-native-bottom-action-sheet

React Native: Native Bottom Action Sheet
Apache License 2.0
634 stars 48 forks source link

Illegal callback invocation #11

Closed vonovak closed 6 years ago

vonovak commented 6 years ago

I noticed the native module uses callbacks to pass information back to JS. The problem with callbacks is that you can only call them once.

Reproduction: build example app for ios, show alert of grid view, and tap on an item fast two times.

rsz_simulator_screen_shot_-_iphone_6_-_2018-04-02_at_131915

prscX commented 6 years ago

Thanks @vonovak for raising the issue. I have made the fix for the raised issue, can you please install V0.0.15 and verify the same.

Please let me know incase you still face the same issue.

Thanks </ Pranav >