Skip to content

ModalHostView: Move screen size access to ui thread#50414

Closed
RSNara wants to merge 4 commits into
react:mainfrom
RSNara:export-D72177190
Closed

ModalHostView: Move screen size access to ui thread#50414
RSNara wants to merge 4 commits into
react:mainfrom
RSNara:export-D72177190

Conversation

@RSNara

@RSNara RSNara commented Mar 31, 2025

Copy link
Copy Markdown
Contributor

Summary:
Let's move the RCTScreenSize and RCTScreenScale calls to the ui thread.

That way, these methods don't do an unsafe sync dispatch to the ui thread, which could deadlock react native.

In the future, once all call-sites are migrated to the ui thread, we will just make these methods assert that they're being called from the ui thread.

Changelog: [Internal]

Differential Revision: D72177190

RSNara added 4 commits March 31, 2025 16:37
Summary:
Let's move the RCTScreenSize and RCTScreenScale calls to the ui thread.

That way, these methods don't do an unsafe sync dispatch to the ui thread, which could deadlock react native.

In the future, once all call-sites are migrated to the ui thread, we will just make these methods assert that they're being called from the ui thread.

Changelog: [Internal]

Differential Revision: D72177191
Summary:
Let's move the RCTScreenSize and RCTScreenScale calls to the ui thread.

That way, these methods don't do an unsafe sync dispatch to the ui thread, which could deadlock react native.

In the future, once all call-sites are migrated to the ui thread, we will just make these methods assert that they're being called from the ui thread.

Changelog: [Internal]

Differential Revision: D72177194
Summary:
Let's move the RCTScreenSize and RCTScreenScale calls to the ui thread.

That way, these methods don't do an unsafe sync dispatch to the ui thread, which could deadlock react native.

In the future, once all call-sites are migrated to the ui thread, we will just make these methods assert that they're being called from the ui thread.

Changelog: [Internal]

Differential Revision: D72177192
Summary:
Let's move the RCTScreenSize and RCTScreenScale calls to the ui thread.

That way, these methods don't do an unsafe sync dispatch to the ui thread, which could deadlock react native.

In the future, once all call-sites are migrated to the ui thread, we will just make these methods assert that they're being called from the ui thread.

Changelog: [Internal]

Differential Revision: D72177190
@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Mar 31, 2025
@facebook-github-bot

Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D72177190

@react-native-bot

Copy link
Copy Markdown
Collaborator

This PR is stale because it has been open for 180 days with no activity. It will be closed in 7 days unless you comment on it or remove the "Stale" label.

@react-native-bot react-native-bot added Stale There has been a lack of activity on this issue and it may be closed soon. and removed Stale There has been a lack of activity on this issue and it may be closed soon. labels Sep 28, 2025
@react-native-bot

Copy link
Copy Markdown
Collaborator

This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@react-native-bot react-native-bot added Stale There has been a lack of activity on this issue and it may be closed soon. and removed Stale There has been a lack of activity on this issue and it may be closed soon. labels Mar 27, 2026
@react-native-bot

Copy link
Copy Markdown
Collaborator

Closing this PR as the diff D72177190 has been abandoned internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants