You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way so we can call a function when action sheet is canceled by taping on the background as well as back button in android or any other way.
like:
onClose={() => { someFunction(); }}
The text was updated successfully, but these errors were encountered:
Is there any way so we can call a function when action sheet is canceled by taping on the background as well as back button in android or any other way.
like:
onClose={() => { someFunction(); }}
The text was updated successfully, but these errors were encountered: