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
It's irritating, especially for users with big inboxes. The fact that it affects users with big inboxes means this issue disproportionately affects women.
The current architecture is wrong. Individual inbox components (i.e. conversations) should listen for updates and update themselves individually. The list which holds those components should only update if conversations are added or removed. You should use Reanimated's FlatList as it nicely animates additions, removals, and reorderings.
Switching between tabs and the archive should preserve the scroll position too.
The text was updated successfully, but these errors were encountered:
It's irritating, especially for users with big inboxes. The fact that it affects users with big inboxes means this issue disproportionately affects women.
The current architecture is wrong. Individual inbox components (i.e. conversations) should listen for updates and update themselves individually. The list which holds those components should only update if conversations are added or removed. You should use Reanimated's FlatList as it nicely animates additions, removals, and reorderings.
Switching between tabs and the archive should preserve the scroll position too.
The text was updated successfully, but these errors were encountered: