xxxxxxxxxx
To enable Hermes for iOS, open Podfile and use the below command line:
use_react_native!(:path => config[:reactNativePath], :hermes_enabled => true
xxxxxxxxxx
Activate Hermes for Android by opening build.gradle and adding the following line:
def enableHermes = project.ext.react.get(“enableHermes”, true);