Expensify / react-native-share-menu

A module for React Native that adds your app to the share menu of the device
MIT License
652 stars 237 forks source link

Ensure react-navigation deep-linking works correctly alongside react-native-share-menu #304

Open lindboe opened 8 months ago

lindboe commented 8 months ago

Other users have reported issues using react-navigation deep-linking alongside this library on iOS, due to the way sharing to the main app is implemented: https://github.com/Expensify/react-native-share-menu/issues/106.

Let's ensure the library works with this very common feature by adding react-navigation deep-linking to the example app on iOS.