react-native-actionsheet icon indicating copy to clipboard operation
react-native-actionsheet copied to clipboard

onClose or onCancel for action sheet

Open vbashiri opened this issue 4 years ago • 0 comments

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(); }}

vbashiri avatar Apr 06 '20 20:04 vbashiri