React Native snap to item with dynamic heights in FlatList
How can I implement a FlatList, in which I have items with dynamic heights and when I scroll to next item it should always snap on top of the screen. Basically something like https://www.youtube.com/watch?v=pTtxhuThMew&ab_channel=CatalinMiron in this video but my items…