-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Unable to resolve module LinkedStateMixin #4949
Comments
Hey thachp, thanks for reporting this issue! React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
|
@thachp I just followed the steps and can't reproduce the errors. Did you manage to get it working? |
Related to #4968 . Let's track it there. |
The main reason for this error (right now) has to do with the fact that RN 0.21+ now has React as a peer dependency. You now need to install React as a dependency of your project, so |
@dsibiski Receiving this exact issue with [email protected] I had installed. I believe this is a inconsistency issue with R and RN. It looks like this is where 15..* branches from 0.1_._* according to a specific comment at Reacts recent releases
I installed react@^0.14.2 and the issue was resolved. |
I could not launch sample app in simulator.
Repro(s)
The text was updated successfully, but these errors were encountered: