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
constContainer=({ children }: {children: React.ReactElement})=>
We've been patching it to fix inverted behavior (for both ScrollView and RefreshControl) while keeping it fast over the years, but right now we removed them completely and we're just applying Container above.
Since we're using stock FlatList now, removing Container should fix the issue, right? We need to test.
Does this happen with FlashList?
Description:
When the chat is at its bottom, if user swipes up a couple of times (3-4, sometimes 2 also), the message view scrolls up.
Environment Information:
Steps to reproduce:
Expected behavior:
This is an unexpected behaviour. Chat must remain at the bottom.
Actual behavior:
Auto.Scroll.Up.mp4
The text was updated successfully, but these errors were encountered: