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
When the page loads the header and list fade-in with an animation. I don't want this style. How can I change this to just have these components appear rather than fade in?
Expected behavior
The header and flatlist don't have an animation and just appear.
Package versions
React: "18.2.0"
React Native: "0.71.6"
React-Native-Gesture-Handler "2.9.0"
The text was updated successfully, but these errors were encountered:
No, I went with the pedrobern library. It’s not perfect, but I got it working well enough for my use case. I also figured out you can use a tab view with a scroll view and sticky header prop, it just doesn’t let you swipe between tabs.
Describe the bug
When the page loads the header and list fade-in with an animation. I don't want this style. How can I change this to just have these components appear rather than fade in?
Expected behavior
The header and flatlist don't have an animation and just appear.
Package versions
The text was updated successfully, but these errors were encountered: