You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried creating a standalone component/view for your flatlist and loading that component? Test the flatlist without the parallaxscroll then apply the scroll using the standalone component ie; <ParallaxScroll style={styles.myStyle} parallaxHeight={height} renderParallaxBackground={({ animatedValue }) => <MyComponent animatedValue={animatedValue} media={data} .../>
Issue details
Flatlist inside ParallaxScroll is not working
Steps to reproduce
I hope inset Flatlist in ParallaxScroll renderParallaxBackground but, that is not scroll.
how to solve this problem?
Please specify which versions of the RN and ParallaxScroll
Affected platforms
Screenshots / Screencast / Code Snippets (Optional)
Flatlist inside ParallaxScroll is not working
how to solve this problem?
The text was updated successfully, but these errors were encountered: