is there any way to close react-native-share programmatically?

327 views Asked by At

I want to close share.open() when the user is inactive for a certain time. Something like the opposite of share.open().

1

There are 1 answers

0
Mohamadamin On BEST ANSWER

I think this package didn't have this feature! If you use Share from react-native you can use dismissedAction for iOS only!! see this!