Tag Archives: Games

120 fps in React Native

I’m building a mobile game using Expo and React Native. By combining FlatList and React Native’s new architecture with the Hermes JS engine enabled, I get ~120 frames per second performance on my old Android phone, even with long lists of components containing text, images and buttons. I didn’t even know my phone went to 120 fps.

Continue reading 120 fps in React Native