-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[iOS 26]: Messages “To:” field hidden when sharing via Share #55638
Copy link
Copy link
Open
Labels
API: ShareNeeds: Author FeedbackNeeds: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Platform: iOSiOS applications.iOS applications.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.Type: Unsupported VersionIssues reported to a version of React Native that is no longer supportedIssues reported to a version of React Native that is no longer supported
Metadata
Metadata
Assignees
Labels
API: ShareNeeds: Author FeedbackNeeds: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Platform: iOSiOS applications.iOS applications.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.Type: Unsupported VersionIssues reported to a version of React Native that is no longer supportedIssues reported to a version of React Native that is no longer supported
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
On iOS 26+, using React Native’s built-in Share or react-native-share to share a URL sometimes opens Messages as an embedded sheet and the “To:” field is pushed off-screen. This appears inconsistent and seems related to how UIActivityViewController calculates layout for adaptive sheets.
Steps to reproduce
Open a React Native app.
Trigger a share using either:
Select Messages from the share sheet.
Observe that the “To:” field may be pushed off-screen, sometimes working correctly and sometimes not.
Expected Behavior:
The Messages sheet should always display the “To:” field correctly.
React Native Version
0.80.0
Affected Platforms
Runtime - iOS
Output of
npx @react-native-community/cli infoStacktrace or Logs
MANDATORY Reproducer
no reproducer
Screenshots and Videos
No response