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

ReactInjection Missing from React 15.4.1 Install #3

Closed
mattferrin opened this issue Dec 9, 2016 · 5 comments
Closed

ReactInjection Missing from React 15.4.1 Install #3

mattferrin opened this issue Dec 9, 2016 · 5 comments

Comments

@mattferrin
Copy link
Contributor

I'm just trying to get up and running and noticed React 15.3 contained a lib dependency that 15.4 doesn't.

simulator screen shot dec 9 2016 4 05 03 pm

@tuckerconnelly
Copy link
Owner

Ah yeah, need to add react to the peer dependencies. Make sure react 15.3.2 is installed:

npm -S i react@15.3.2

And in package.json remove the caret: "react": "15.3.2"


Waiting on #1 and necolas/react-native-web#255 for 15.4 support :)

@mattferrin
Copy link
Contributor Author

We'll need to know both the latest React and React Native versions that work. Trying to find the correct React Native version has me running into an issue that was fixed in later versions of React facebook/react-native#4949.

@tuckerconnelly
Copy link
Owner

Ah gotcha, I think react-native 0.37.0 is the latest that works.

BTW, two example projects using carbon-ui over here if you need them: https://github.com/tuckerconnelly/react-stack-nav-examples

@remon-nashid
Copy link
Contributor

remon-nashid commented Dec 31, 2016

Hurray! react-native-web is now compatible with latest React (necolas/react-native-web#255). Shall we start by bringing tuckerconnelly/react-native-web to latest RNW version?

@tuckerconnelly
Copy link
Owner

tuckerconnelly commented Jan 6, 2017

Okay yup, this is good to go :) Should work with the latest react now. It's tested and working on react-native@0.39, was having lots of unrelated problems from the breaking changes on 40 and still working through those.

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

3 participants