Romulo Benjamim
Romulo Benjamim
## Proposal ### Please re-state the problem that we are trying to solve in this issue. The app doesn't display `# header` as header when it's inside the quote. ###...
Contributor details Your Expensify account email: [email protected] Upwork Profile Link: https://www.upwork.com/freelancers/~012c1394308d6300f4
## Proposal ### Please re-state the problem that we are trying to solve in this issue. When scrolling chat history, messages sometimes disappear. ### What is the root cause of...
@Julesssss Please take a look. https://github.com/Expensify/App/blob/a7863493a03970cdc0687621ec40dc75aea99477/src/components/InvertedFlatList/BaseInvertedFlatList.js#L93-L112 We can get the item's height correctly but the offset isn't correct. As you can see, we calculate the offset of the item based...
> Based on this comment from Pagination tracking [#12054 (comment)](https://github.com/Expensify/App/issues/12054#issuecomment-1518207853), `getItemLayout` could be removed. As you can see [here](https://reactnative.dev/docs/flatlist#getitemlayout), it is more performant to use when there is a lot...
> But also digging deeper, does it even make sense in our case to use `getItemLayout` ? According to the docs [here](https://reactnative.dev/docs/optimizing-flatlist-configuration#use-getitemlayout) : > > "`getItemLayout` should only be used...
@jliexpensify @Julesssss @sobitneupane Here are my fixes. They work perfect.  