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
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. But in Android, scrollToTop option is not provided by default and scrollToOffset method of FlatList is not working.
Expected Behaviour:
i want to scrollToTop on reaching the end of FlatList in android to show the hidden parallax scrolling header similar to iOS. I tried using scrollToOffset and is working fine without using ParallaxScrollView. Can someone help me please. Thanks in advance.
The text was updated successfully, but these errors were encountered:
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. But in Android, scrollToTop option is not provided by default and scrollToOffset method of FlatList is not working.
Expected Behaviour:
i want to scrollToTop on reaching the end of FlatList in android to show the hidden parallax scrolling header similar to iOS. I tried using scrollToOffset and is working fine without using ParallaxScrollView. Can someone help me please. Thanks in advance.
The text was updated successfully, but these errors were encountered: