How to optimize a react native screen?
Basicly, my problem is that I see the main screen of my cryptolist app so slow. As I understand, the flatlist component is for reducing the resources of being consumed when we have large lists rendering in our app. I have a basic screen of crypto list, with a couple of modals, using react-native-modal, and […]