Skip to content

fix: remove UIImplementation usage from SafeAreaView#730

Merged
janicduplessis merged 1 commit into
AppAndFlow:mainfrom
cortinico:nc/fix-old-arch-api
May 18, 2026
Merged

fix: remove UIImplementation usage from SafeAreaView#730
janicduplessis merged 1 commit into
AppAndFlow:mainfrom
cortinico:nc/fix-old-arch-api

Conversation

@cortinico
Copy link
Copy Markdown
Contributor

@cortinico cortinico commented May 18, 2026

Summary

I'm looking into removing UIImplementation from react-native core.
That class is currently fully subbed and deprecated so calling it has no effect.

This library is still accessing it though.

The dispatchViewUpdates call was already a no-op, so
removing it along with the waitForReactLayout helper that only
existed to synchronize with that dispatch.

UIImplementation has been deleted from react-native core. The
dispatchViewUpdates call was already a no-op (fully stubbed), so
removing it along with the waitForReactLayout helper that only
existed to synchronize with that dispatch.
@cortinico cortinico marked this pull request as ready for review May 18, 2026 13:32
Copy link
Copy Markdown
Collaborator

@janicduplessis janicduplessis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed this only affects old arch so fine with this.

@janicduplessis janicduplessis merged commit ef89f4d into AppAndFlow:main May 18, 2026
5 checks passed
@cortinico
Copy link
Copy Markdown
Contributor Author

Confirmed this only affects old arch so fine with this.

Thanks for merging this @janicduplessis 🙏

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants