react-native-parallax icon indicating copy to clipboard operation
react-native-parallax copied to clipboard

not working on RN 47.1

Open JaxGit opened this issue 8 years ago • 5 comments

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

JaxGit avatar Sep 21 '17 03:09 JaxGit

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://github.com/APSL/react-native-parallax

a-morenovalls avatar Oct 24 '17 12:10 a-morenovalls

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?

tan0300 avatar Oct 30 '17 04:10 tan0300

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.

a-morenovalls avatar Oct 30 '17 08:10 a-morenovalls

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

imaddev avatar Nov 03 '17 15:11 imaddev

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

a-morenovalls avatar Nov 28 '17 20:11 a-morenovalls