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

not working on RN 47.1 #27

Open
JaxGit opened this issue Sep 21, 2017 · 5 comments
Open

not working on RN 47.1 #27

JaxGit opened this issue Sep 21, 2017 · 5 comments

Comments

@JaxGit
Copy link

JaxGit commented Sep 21, 2017

After upgrade with "react": "16.0.0-alpha.12", "react-native": "0.47.1", the example is running, however no parallax effects could be seen

@Moreno97
Copy link

Moreno97 commented Oct 24, 2017

Hey! Checkout our fork, it supports RN 49.0.3 and the new PropTypes reference. Parallax effect is working too.

Edit: here's the link.
https:/APSL/react-native-parallax

@tan0300
Copy link

tan0300 commented Oct 30, 2017

Hi @Moreno97, I've updated the module base on the APSL repository of react native parallax but I seem to have encountered new issue

undefined is not a function evaluating '(_this._touchable || _this._container).measure(_this.handleMeasure)')

What seems to be the problem?

@Moreno97
Copy link

Hey @tan0300 , it was a mistake on componentWillReceiveProps. I think it's fixed with this new change, if is not fixed please provide me the code that you are using, here it's working all fine.

@imaddev
Copy link

imaddev commented Nov 3, 2017

Hi @Moreno97 I think you need to change the line 103 <Animated.View to <View only, that's worked for me

@Moreno97
Copy link

@imaddev that's weird, despite this I will look closely. Thanks!

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

4 participants