react-native-actionsheet
react-native-actionsheet copied to clipboard
onClose or onCancel for action sheet
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(); }}