react-native-parallax-flatlist
react-native-parallax-flatlist copied to clipboard
[ios, android] no parallax effect in release, works fine in debug
G'day @gazedash - any further details about this?
@davrosull seems like the issue was somewhere near applyPropsToParallaxImages and cloneElement. With simple AnimatedFlatList const AnimatedFlatList = Animated.createAnimatedComponent(FlatList);
and Animated.value this._scrollPos = new Animated.Value(0);
it works fine
same issue with me, please help me how can i fix this with release app
@gazedash can you help me with this?
Running into this as well in RN 0.55
Same too.