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

[ios, android] no parallax effect in release, works fine in debug

Open gazedash opened this issue 6 years ago • 6 comments

gazedash avatar Mar 20 '18 15:03 gazedash

G'day @gazedash - any further details about this?

davrosull avatar Apr 12 '18 12:04 davrosull

@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

gazedash avatar Apr 13 '18 07:04 gazedash

same issue with me, please help me how can i fix this with release app

aliwaqassi avatar Apr 20 '18 19:04 aliwaqassi

@gazedash can you help me with this?

aliwaqassi avatar Apr 20 '18 19:04 aliwaqassi

Running into this as well in RN 0.55

mtostenson avatar Aug 12 '18 06:08 mtostenson

Same too.

victorbatischev avatar Mar 20 '19 11:03 victorbatischev