Expo hermes jsEngine deployment blank page after splash

Hi! simple one, after changing the jsEngine to hermes, if I try my app locally, using Metro boundler, the app runs ok, but after publishing to expo, the app shows the splash screen and then a white screen, and not even displays the expo menu on shake or 3 finger gesture…

SDK Version: 44
Platforms: iOS
Expo Go: iOS 2.23.2

Steps to reproduce

  • Create new blank app expo init my-app (selected tabs (TypeScript))
  • Add “jsEngine”: “hermes” to expo in app.json
  • Run expo start to check it does work locally in Expo Go
  • Publish with expo publish
  • Open new app using expo QR code