react-native-actions-sheet
react-native-actions-sheet copied to clipboard
[BUG] undefined value appears in the console when property animation={false} of the ActionSheet
undefined value appears in the console when property animation={false} (or not added) of the ActionSheet component
Example: https://snack.expo.dev/@bohdanbida/actionssheetundefinedlog (use Android) Steps to reproduce:
- click on 'test' button
- wait when popup appeared
- click on 'hide' button
- check logs (see undefined)
- change animated value to false in Alert.js of ActionSheet component
- repeat 1-4 steps (undefined won't appear)
Expected result: undefined did not appear in the console after closing of popup
Actual result: undefined appeared in the console after closing the popup