Reputation: 76
I want to make a shortcut through the photos app to do something when the user clicks it. Is there a documentation somewhere I can read to do this?
There would be a button from my app to do something when the user presses it, represented by the new thing square in the shortcuts menu.
Thanks!
Upvotes: 0
Views: 145
Reputation: 1447
You'd need to use a 3rd party library like: react-native-share-menu
I'm not aware of how else to achieve that with vanilla.
Upvotes: 1