react-native-parallax
react-native-parallax copied to clipboard
not working on RN 47.1
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
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
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?
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.
Hi @Moreno97 I think you need to change the line 103 <Animated.View to <View only, that's worked for me
@imaddev that's weird, despite this I will look closely. Thanks!