-
Notifications
You must be signed in to change notification settings - Fork 454
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
can't resolve Parallax.js #93
Comments
I also had this issue and managed to fix it. Since React 15.4.0 React moved the renderers to their individual npm packages. All you have to do is change one line of code in Remove line 2: And edit the react-native import to this: This resolved the issue for me. I will file an issue at the animation github repo it uses. |
thank you for posting the fix, worked fine for me too. i think the Shoutem folks should get this sorted asap as anyone new / trying out the toolkit (via latest react-native init ..) will just see a red screen / broken build. |
Hey guys! Thank you with this one, we have fixed syntax error introduced with this #80 pull request. I will address issue with Parallax on animation repo today! Thank you one more time, you are helping us a lot! |
Thanks @TimIJpenga , it works! |
Finally I complete install shoutem (many errors occurred...), however when i execute
react-native run-ios
, i met 2 errors.First:
So I fix this (by just remove specific code from
theme.js
), second one has bee occurred.I tried this with
And error message also mentioned that
but that didn't solve this issue. Does anyone face this issue?
The text was updated successfully, but these errors were encountered: