Search code examples
iosreact-nativeshortcut

Add a shortcut to do something through photos app with React Native iOS


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!


Solution

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