-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Immediate jump into app on share (custom view) #86
Comments
This is a customised view, which I believe isn't supported yet in this package - it's in the readme |
I have to look into it, but adding an option for that seems possible. |
let's get the money |
It would be amazing to have that issue. I would happy to sponsor it via a github sponsorship, let me know |
This feature seems long awaited, along with the famous “custom view”. I haven't developed it yet, as it implies a different behavior between iOS and Android, and therefore the implementation of two codes on your application. On my side, this requires a lot of work, with a change of architecture for the iOS part. But I think I can now start working on it
@ansh I'd be glad if you could sponsor me on this part. |
@webdesign2be Rereading your message, I was wondering if your initial request isn't simpler than a “custom view”.
in this case, it means that the share will not actually be processed until the user launches the application. A list of items waiting to be shared should also be managed. |
I've modified the readme about “custom view” on iOS, take a look here |
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:
- DriverKit 23.5
- iOS 17.5
- macOS 14.5
- tvOS 17.5
- visionOS 1.2
- watchOS 10.5
Android SDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.15989.150.2411.11948838
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.11
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.74.2
wanted: 0.74.2
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: