react-native
Hermes
Hermes is an open-source JavaScript engine developed by Meta, optimized specifically for running React Native applications on mobile devices. It uses ahead-of-time (AOT) compilation to convert JavaScript into bytecode during the build process, resulting in faster app startup times, reduced memory usage, and smaller app sizes compared to JavaScriptCore. Hermes is now the default JavaScript engine for React Native and also supports iOS since React Native 0.70.
#react-native