Open edersonmberti opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I couldn't reproduce the error. Could you elaborate on when and how you get this error?
Description
Used the ActionSheet component, when the component is visible and the user press anywhere outside the component the application crashes.
Somehow when this happens the option index sent to the
onOptionPress
function is always the same as the size of the options array.options.length
= 3, the value sent is 3.Related to
Steps to reproduce
Expected behavior
Hide the ActionSheet.
Actual behavior
Crash the application.
More Info
Code snippet
Current code:
Fix:
Screenshots/Video
Error:
Environment
Affected platforms