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

Add react-native compatability #11

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

Add react-native compatability #11

wants to merge 1 commit into from

Conversation

dotted
Copy link

@dotted dotted commented Jan 8, 2016

The React Native packager doesn't have a way of automatically replacing requires of core node libraries with browser compatible alternatives. However facebook/react-native#2208 allows the packager to override modules returned by require, but the override must be specified by the packages directly dependent on the node core module, hence this PR.

@dignifiedquire
Copy link
Member

I know this is late, but is this still needed, or has a better solution emerged for react-native?

@dotted
Copy link
Author

dotted commented Jun 3, 2017

I don't know, I'm currently not using React Native and haven't been following its development close enough to know if the situation has changed.

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