I’m building a mobile game using Expo / React Native. By combining FlatList and RN’s new architecture with the Hermes JS engine enabled, I get 120 frames per second performance, even with long lists of components containing text, images and buttons.
I’m building a mobile game using Expo / React Native. By combining FlatList and RN’s new architecture with the Hermes JS engine enabled, I get 120 frames per second performance, even with long lists of components containing text, images and buttons.