prscX / react-native-bottom-action-sheet

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

Invariant Violation: No callback found with cbID XXX and callID YYY for RNBottomActionSheet.SheetView #64

Closed mtzfactory closed 5 hours ago

mtzfactory commented 4 years ago

There is a crash when you tap twice an SheetView's option in Android:

ExceptionsManager.js:76 Invariant Violation: No callback found with cbID 287 and callID 143 for  RNBottomActionSheet.SheetView - most likely the callback was already invoked. Args: '[]'
Chasty commented 4 years ago

The same error here! any updates