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 #11

Merged
merged 1 commit into from
Sep 15, 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)

stefalda added a commit that referenced this pull request Sep 15, 2015
Require NativeModules via React Native package
@stefalda stefalda merged commit 574dc6a into stefalda:master Sep 15, 2015
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