[FIX] Closing animation of action sheet on item press (#4223)

This commit is contained in:
Danish Ahmed Mirza 2022-05-26 23:43:34 +05:30 committed by GitHub
parent bc34706f48
commit 992e43815d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ const ActionSheet = React.memo(
const hide = () => {
bottomSheetRef.current?.close();
toggleVisible();
};
const show = (options: TActionSheetOptions) => {