-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Getting errors just importing nodejs-mobile-react-native #17
Comments
Can you give more details? Run |
It says unknown command |
I am having the exact same issue. react-native info output :
Error
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I just add
import nodejs from 'nodejs-mobile-react-native';
to my code I get the errorsTypeError: Super expression must either be null or a function
Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
Any idea what am I doing wrong?
I am using ReNative
The text was updated successfully, but these errors were encountered: