Ajay Gupta
Ajay Gupta

Reputation: 2033

React Native - iOS Release Builds taking time after enabling Hermes

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:

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).

Upvotes: 1

Views: 651

Answers (1)

Ajay Gupta
Ajay Gupta

Reputation: 2033

So turns out that the app does gets built but there definitely is an increase in the build time. For the time being, we have decided not to enable Hermes on iOS side. The reasoning behind this was that React Native is already performant on iOS compared to Android.

Upvotes: 1

Related Questions