EAS build fails when using hermes (android) in a project with Expo-Router #144
Unanswered
seyaobey-dev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Expo Router uses a lot of regex as I am a regex-absolutist. But I imagine this is a Hermes issue. If I were to guess, it's a lack of support for the named groups |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this is bug or something wrong on my hand. That's why I'm reporting it as a discussion hoping to find some help.
EAS build fails when hermes is enabled in my app (using Expo Router). But it does not fail when I'm using the version of my app without expo-router (classic react-navigation).
There is an related issue in facebook hermes repo. It looks like hermes has issues with regex see here.
But then why the same project is building just fine in the version without
expo-router
?(I'm willing to share the link to the repo or the eas build logs/account for further investigations. I hope this discussion find some visibility)
Beta Was this translation helpful? Give feedback.
All reactions