Skip to content

Update react-native deep imports for 0.79 compatibility #118

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

huntie
Copy link

@huntie huntie commented Mar 14, 2025

Summary

In the incoming React Native 0.79 release, we've converted a number of internal modules to export syntax — affecting usages with require(). This PR attempts to update these imports ahead of time, to work with both versions.

💡 Secondary note: In a future release, we are intending to omit each of these deep-imported modules from the public API of React Native. There will be a consultation period on opening up new APIs via the root 'react-native' exports.

  • In this case, I'd suggest internalising UnimplementedView within this package.

Test plan

Needs testing. CI should pass for integration with current RN versions.

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.

1 participant