Expensify / react-native-share-menu

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

Not picking url from Shared Data in ios #206

Open RajanCurateus opened 2 years ago

RajanCurateus commented 2 years ago

Hi, currently the react-native-share-menu not picking the url from shared data in ios.

so sharedData that I'm getting when sharing from imdb ios app is -

Breaking Bad (2008–2013) A high school chemistry teacher diagnosed with inoperable lung cancer turns to manufacturing and selling methamphetamine in order to secure his family's future.

but the data I want to get is (which other apps are able to get) -

Breaking Bad (2008–2013) A high school chemistry teacher diagnosed with inoperable lung cancer turns to manufacturing and selling methamphetamine in order to secure his family's future.

https://www.imdb.com/title/tt0903747/

PS: the screenshot attached of gmail.

IMG_0026

Abubakarraza commented 3 weeks ago

@RajanCurateus Any update on this? How did you resolve the issue of the data being null?