When should I hide the Loading Component in React Native FlashList?
There is a delay when items are displayed on the screen. That’s why I created a Loading component on top of the Flashlist. But when should I hide it? How can I make sure it’s listed on the screen? What I want to do is definitely not this; If there is data, hide Loading. Because … Read more