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
The component "Post" which you render in your FlatList is stateful. I think that, because of long lists (or multiple columns FlatLists), some of your components will be re-mounted and, in consequence, will lose their state.
Maybe, it could be good to move those states to redux ;) something that will be also useful to synchronize your roots, or as an in-memory cache to prevent some requests.