Vishal Narkhede

Results 106 comments of Vishal Narkhede

Is it possible for you to share the app codebase with me? I am happy to help figure out the issue!! Or if you can setup independent code example ......

@jcharbo you are absolutely correct. Its just a limitation of prop `maintainVisibleContentPosition` on react-native (and flat-list-mvcp). You will have to be careful around how many items you load while paginating.

@jcharbo sure!! Can you confirm if you have this issue only on Android? Or is it on iOS as well?

@jcharbo basically maintaining scroll position logic, depends on virtualization on FlatList. - before update - get handler to 1st item in list, lets call this item "X" - after update...

@jcharbo could you please share your code?

For some reason I am not able reproduce this in example.

Hey @doolb14 could you please share some screenrecording?

@doolb14 can you share your code for this FlatList component?

@IamDhana its a bit hard to say. Inside `loadMoreOlderMessages`, are you ensuring await for api response?

> I've tried this out over the weekend and put some thoughts here > > No hard feelings, but at the moment this `web` implementation is noticeably slower than the...