-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Sharing data is never available in the App [iOS] #133
Comments
I am getting exactly the same issue as above, with the same environment as yours. It works good on android expo dev client, but the IOS is not working. |
can you give me your app.json configuration and from which app you try to share (what type of content ?) |
sounds lile a problem with Expo Linking ( |
`const IS_DEV = process.env.APP_VARIANT === 'development'; const SPLASH_CONFIG = { const SPLASH_CONFIG_ANDROID = { export default { This is my app. config.js I removed sensitive data.. To your question, I did a test by going to yahoo finance and cnbc on safari and trying to share those articles. As per your comment 'sounds lile a problem with Expo Linking (useLinkingURL), make sure you use this package in the top of your app.'. Do you mean on top of the App.tsx file? |
@davram88 yes, using the your
do you have a log with the correct scheme detected ?
|
@achorein here is my app.config.json : const APP_NAME = process.env.APP_NAME || 'playgroundapp.'; export default { |
@yurayavorski check instruction for |
Describe the bug
After setting up my app following the installation process I can't access any shared data in my app. The app is available in the list of sharing options, but after app is selected it navigates you to the app, but share intent hooks are never re-rendered and no data is available in the app. I tried both approaches with
useShareIntent
andShareIntentProvider
but neither works. Every time I refocus the application I see these logs in debug mode:To Reproduce
share any kind of data to the app, no data is available in the app
Environment
System:
OS: macOS 14.5
CPU: (12) arm64 Apple M2 Max
Memory: 87.31 MB / 32.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.19.1
path: ~/.nvm/versions/node/v18.19.1/bin/node
Yarn: Not Found
npm:
version: 10.2.4
path: ~/.nvm/versions/node/v18.19.1/bin/npm
Watchman:
version: 2024.07.15.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: 2023.3 AI-233.14808.21.2331.11926650
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java: Not Found
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: Not found
newArchEnabled: Not found
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: