achorein / expo-share-intent

🚀 Simple share intent in an Expo Native Module
MIT License
161 stars 14 forks source link

Immediate jump into app on share #86

Open webdesign2be opened 2 months ago

webdesign2be commented 2 months ago

Describe the bug When I open the share menu and click on my apps icon to share to it, I immediately leave the current app (safari in this case) and jump into my App. I expected to stay in Safari and just send the shared URL into my app, possibly with some configuration.

To Reproduce Just followed the initial steps to install and add default React code to my App.tsx.

Environment System: OS: macOS 15.0 CPU: (10) arm64 Apple M1 Max Memory: 940.03 MB / 64.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 21.7.3 path: ~/.nvm/versions/node/v21.7.3/bin/node Yarn: version: 1.22.22 path: /opt/homebrew/bin/yarn npm: version: 9.8.0 path: /opt/homebrew/bin/npm Watchman: version: 2024.06.17.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms:

Additional context Add any other context about the problem here.

JClackett commented 1 month ago

This is a customised view, which I believe isn't supported yet in this package - it's in the readme

achorein commented 13 hours ago

I have to look into it, but adding an option for that seems possible.