I have a React Native Project created using the CLI. I enabled Hermes Engine for both Android and iOS.
When building the app on Azure DevOps CI:
Before Hermes: it took ~26 minutes
After Hermes: its taking more than ~45 mins
I have tried googling for the impact of enabling Hermes engine on iOS Builds but couldn't really find a good answer.
Just want to understand if this is normal (because it sure doesn't look normal to me).