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

I installed the module and when I try to use it I get "Unable to resolve module NativeModules" #11

Closed
brianinator opened this issue Apr 27, 2016 · 1 comment

Comments

@brianinator
Copy link
Contributor

No description provided.

@brianinator
Copy link
Contributor Author

I found a solution from react-native discord channel. Thanks to dsibiski

A correction is needed in index.js :
var { NativeModules } = require('react-native'); var RNNetworkingManager = NativeModules.RNNetworkingManager;

see also: facebook/react-native#1821

brianinator added a commit to brianinator/react-native-networking that referenced this issue May 5, 2016
eduedix added a commit that referenced this issue Jul 9, 2016
Fix for UnableToResolveError: Unable to resolve module NativeModules #11
@eduedix eduedix closed this as completed Oct 28, 2016
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

No branches or pull requests

2 participants