-
Notifications
You must be signed in to change notification settings - Fork 71
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 read property 'PureRenderMixin' of undefined #53
Comments
Hi, thanks for the report! This is because React 0.16 is not supported yet. I haven't gotten around to updating the project, but in general, it isn't kept up to date for alpha or release candidate builds of React or React Native. |
Can you suggest a workaround? I have added
But my app crashes, please help. |
For now, you'd have to use React 0.15.x, or modify this library to work with React 0.16. This library isn't compatible with React 0.16 yet, which is still alpha/pre-release status at this time. However, I'll leave this issue open, as it's relevant to updating the library to work with React 0.16. |
react-native 43 and 44 depend on react 16, so we seem to be stuck with that decision. Updating the library to react 16 is necessary to support the latest released versions of react-native. Encountered this today and the app hard crashes. Would love to see a resolution or workaround. Thanks! |
Hi there,due to the upgrade of react native the main |
https://github.com/punksta/react-native-webview-crosswalk/tree/react-native-0.45 |
same issue |
+1 |
After installing App crashes with the following error at line no 7 of index.android.js
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-webview-crosswalk": "^0.5.0"
The text was updated successfully, but these errors were encountered: