Skip to content
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

Update react-native deep imports for 0.79 compatibility #3498

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 — e.g. BlobManager here.

Test plan

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

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 6edd7b0:

Sandbox Source
example Configuration

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