I want to close share.open()
when the user is inactive for a certain time. Something like the opposite of share.open()
.
is there any way to close react-native-share programmatically?
327 views Asked by Rohit S K At
1
I want to close share.open()
when the user is inactive for a certain time. Something like the opposite of share.open()
.
I think this package didn't have this feature! If you use
Share
fromreact-native
you can usedismissedAction
for iOS only!! see this!