-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
react update #525
Comments
You'll have to keep using 15.5 or 15.6 rather than alpha versions |
@necolas yes, but is it possible to use them both react-native-web and react-native in same project and not to downgrade react-native version? |
@zarcode Not easily. At that point it'd be easiest to split your project into two. You could try to install the older verision of React manually in the That way when the react-native bundler runs it'll use the more recent React version, and when you build for web using webpack, it'll use the older version of React that you bundled in react-native-web. This approach is pretty fragile, however. |
Also see #364, which is about getting React 16 to expose enough APIs for RNW to use the ResponderEventPlugin. Please comment on the relevant React issue too if this matters to you |
Hello! Thanks for nice library.
Last versions of
react-native
uses newer version ofreact
The text was updated successfully, but these errors were encountered: