-
Notifications
You must be signed in to change notification settings - Fork 41
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
NativeMethodsMixin is undefined #7
Comments
Hey @TimIJpenga! Thank you for giving us support on this issue! |
If you need any help, we can do it together! |
Hi @SoHotSoup |
Cool! Thank you! |
Fixed by #8 |
When using React 15.4.0 or higher,
Parallax.js
cannot findNativeMethodsMixin
.Since React 15.4.0 they have moved
NativeMethodsMixin
from the React package to the React Native package. see hereI managed to fix it by simply changing this in
Parallex.js
to this
I can create a pull request to fix this, however I dont know how this is going to affect older versions of react native or react.
The text was updated successfully, but these errors were encountered: