You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has to do with using another iOS app's share functionality to share to my react native app running expo share extension. The specific app in question is Home Depot. How to reproduce:
Install the Home Depot app
Nav to a product screen in the home depot app and tap the share button in the upper right of the toolbar
Choose the react native app running expo share extension
Observe that InitialProps has a text property present, but it is an empty string
Dismiss share extension and try sharing again from within the home depot app, but this time choose any other source (copy, messages, mail). Notice there is text content there.
I've tried enabling all activationRules in app.json, carefully following all steps in the docs, and the issue persists. I haven't tried a preprocessing js file because the presence of said file was breaking functionality previously. Also note that sharing from Safari/other browsers as well as just plain text are all working fine.
My phone is running the latest iOS at time of writing (18.1).
Not sure why the share extension is failing to capture this text, but it'd be great to get this working. Thanks!
The text was updated successfully, but these errors were encountered:
Hi @nhuesmann, apologies for getting back to this so late. I just created a PR with a new kitchen sink example. I ran it with a development build on my device and tried it on Amazon and Mr Porter, where I was able to retrieve both, text and URL, when using their share functionality. Unfortunately I can't download Home Depot in Germany, but I would expect their sharing functionality works similar. Have you tried it with the latest version (2.0.1)?
Closing this for now as I'm pretty sure it's just a matter of choosing the right values in activationRules. Lmk if you still run into issues @nhuesmann
This issue has to do with using another iOS app's share functionality to share to my react native app running expo share extension. The specific app in question is Home Depot. How to reproduce:
InitialProps
has atext
property present, but it is an empty stringI've tried enabling all
activationRules
inapp.json
, carefully following all steps in the docs, and the issue persists. I haven't tried a preprocessing js file because the presence of said file was breaking functionality previously. Also note that sharing from Safari/other browsers as well as just plain text are all working fine.My phone is running the latest iOS at time of writing (18.1).
Not sure why the share extension is failing to capture this text, but it'd be great to get this working. Thanks!
The text was updated successfully, but these errors were encountered: