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
I am using FlatList in renderScrollComponent and inside renderParallaxForeground i am using a Swiper component. When I am using the Pull to Refresh the loading icon is going behind the renderParallaxForeground component.Seems some zIndex issue.
Steps to reproduce
Use a normal View with height 300 and some background color inside renderParallaxForeground and renderScrollComponent={FlatList}. Use the Pull to Refresh.
Please specify which versions of the RN and ParallaxScroll
Issue details
I am using
FlatList
inrenderScrollComponent
and insiderenderParallaxForeground
i am using aSwiper
component. When I am using the Pull to Refresh the loading icon is going behind therenderParallaxForeground
component.Seems some zIndex issue.Steps to reproduce
Use a normal View with height 300 and some background color inside
renderParallaxForeground
and renderScrollComponent={FlatList}. Use the Pull to Refresh.Please specify which versions of the RN and ParallaxScroll
Affected platforms
Screenshots / Screencast / Code Snippets (Optional)
The text was updated successfully, but these errors were encountered: