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

Require NativeModules via React Native package #1

Merged
merged 1 commit into from
Oct 13, 2015

Conversation

RoryCombe
Copy link
Contributor

As of RN v0.7.0 all require statements for React Native modules should
go through the public interface. This patch suppresses the warning when
building the package and ensures the library won’t break in the future.

As of RN v0.7.0 all require statements for React Native modules should
go through the public interface. This patch suppresses the warning when
building the package and ensures the library won’t break in the future.
@RoryCombe
Copy link
Contributor Author

Thanks for this library. The issue of the warning shows up when building the RN app and can be seen in this comment: facebook/react-native#1808 (comment)

silentcloud added a commit that referenced this pull request Oct 13, 2015
Require NativeModules via React Native package
@silentcloud silentcloud merged commit a715fec into silentcloud:master Oct 13, 2015
@MossP
Copy link

MossP commented Oct 16, 2015

It doesn't look like this got updated to NPM after merging?

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.

3 participants