Search code examples
react-nativereact-native-share

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


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


Solution

  • 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!