-
Notifications
You must be signed in to change notification settings - Fork 84
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
Cannot resolve module 'react/lib/ReactMount' #45
Comments
You have to install |
@AbrahamAlcaina Did installing |
getting same error |
@bairisuresh you probably running an old version of 'react-hot-loader'. Update this module to version >= 3 and you should be fine. |
Thank you very much! This is a working option |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Went I tried to execute the hot loader I received:
Cannot resolve module 'react/lib/ReactMount'
I use react-native 0.8.0 with issue #40 patch.
But something in the entry.js is not working.
Anybody have te same issue? or any ideas?
The text was updated successfully, but these errors were encountered: