-
Parallax should be added to `ProfileView` and `SpotView` using [react-native-parallax-view.](https://github.com/lelandrichardson/react-native-parallax-view)
The behaviour needs to be experimented wit…
-
VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed container instead.
------
해결
item.id}
nestedScrollE…
-
Hi, first congrats for this component.
On iOS i had a bug when i render some view on top of ListView component with scrollComponent ParallaxScrollView and header is fixed.
I show some captures f…
-
First,thanks for react-native-parallax-scroll-view. It really helps me a lot.
I found that renderSectionHeader is not working. I want a fixed header in the listview. Can you give me some suggestion…
-
When in mobile view, my navigation functions well but is only visible under my main parallax header.
I want it to push down the content and have tried using two different parallaxs' that swap out with…
-
I need to had a parallax Header View on top of the pager ? How to implement that ? any advice ?
-
Actual Behaviour:
I'm working on a sample on achieving parallax header effects with FlatList in a sample project. In iOS, by default clicking on status bar is scrolling to top without any issues. Bu…
-
If I used a listview, can i make the header of the listview also stick after the parallax sticky header?
-
The section headers are not sticking while scrolling even if the disableStickyHeaders = false and parallaxHeaderAlwaysOnTop = true.
Also, if I do,
flowLayout.sectionHeadersPinToVisibleBounds = true
…
-
Hey hope all is well,
So I have had the setup for transition plugin and a fixed header working fine and dandy where you set the config to resolve the layout and don't include the "\" around individ…