What is Hermes and how to use it
mainHermes is an open-source JavaScript engine optimized for React Native. It is designed to improve app start-up time, decrease memory usage, and reduce app size compared to JavaScriptCore.
By default, React Native uses a bundled version of Hermes that is specifically built to be compatible with your version of React Native. No additional configuration is required to enable it.