-
Notifications
You must be signed in to change notification settings - Fork 112
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
Share Extension stopped working in ios 18 #185
Comments
The error is caused by Xcode 16. Please downgrade Xcode and rebuild. |
This worked for me with Xcode 16 and iOS18 In the file ShareViewController.swift
I hope this helps you |
@mgvictor7 On iOS, is it possible to take a screenshot and immediately share it within the app? I’m encountering an issue where I can only save the screenshot to the gallery before being able to share it. Image example below: |
@phuocnguyenncc you can apply this correction that is discussed in the following link |
you save my life. thank you bro. 👍 |
Not linked to RN0.73 but to iOS 18. Solution inspired from ajith-ab/react-native-receive-sharing-intent#185 (comment)
Not linked to RN0.73 but to iOS 18. Solution inspired from ajith-ab/react-native-receive-sharing-intent#185 (comment)
Not linked to RN0.73 but to iOS 18. Solution inspired from ajith-ab/react-native-receive-sharing-intent#185 (comment)
Not linked to RN0.73 but to iOS 18. Solution inspired from ajith-ab/react-native-receive-sharing-intent#185 (comment)
you saved my time |
|
You saved my stress! |
Not linked to RN0.73 but to iOS 18. Solution inspired from ajith-ab/react-native-receive-sharing-intent#185 (comment)
After I updated to ios 18 and XCode 16 I can not get Sharing Extension work anymore. When I choose my app as share destination nothing happens anymore. Moreover, there's no log entry with any error. This behaviour is the same in debug and release modes.
Please help!
The text was updated successfully, but these errors were encountered: