Thanks for the suggestion. I'll try it and let you know. Thanks again.
Leaving it here for future reference. Changing the if condition works for me. thanks.
if (REACT_NATIVE_MINOR_VERSION >= 71 && appProject?.ext?.react?.enableHermes?.toBoolean()) {
return "hermes"
bimix, leoamato10, christopherldo, nomanoff, cgorrieri, victorebpdev, ALI-SAMPSON, restobrill, ziadashraf0, brysonjonesy, and 27 more reacted with thumbs up emoji
bimix, christopherldo, kagamirr0r, justintoth, koalazub, ALI-SAMPSON, restobrill, ParthNandaniya, njokusomto, yoondj98, and 5 more reacted with hooray emoji
error-try-again, nduyvu1511, diegofranca92, ismjt, MahdiZahrani, arielskap, ronuelbmoralita, akitectio, cauediademi, Warren1704, and 15 more reacted with heart emoji
amine-ba, diegofranca92, rvenky125, arielskap, mtahir08, nguyenduy7474, cauediademi, bimix, christopherldo, jbellospe, and 15 more reacted with rocket emoji
All reactions
I had the same issue. Just find the file gradle.properties and add at the end:
hermesEnabled=true
This worked for me
I had the same issue. Just find the file gradle.properties and add at the end:
hermesEnabled=true
thanks
I had the same issue. Just find the file gradle.properties and add at the end:
hermesEnabled=true
thanks
I had the same issue. Just find the file gradle.properties and add at the end:
hermesEnabled=true
This worked for me as well.
For expo projects where expo.jsEngine=hermes
, could hermesEnabled
be automatically enabled?
After upgrading to 2.14.4 - Could not get unknown property 'hermesEnabled' for project ':app' of type org.gradle.api.Project
#3996
I had the same issue. Just find the file gradle.properties and add at the end:
hermesEnabled=true
Worked for me. Thanks.
I had the same issue. Just find the file gradle.properties and add at the end:
hermesEnabled=true
worked for me
hermesEnabled=true
was not on my gradle.properties file
I had the same issue. Just find the file gradle.properties and add at the end:
hermesEnabled=true
Worked for me. Thanks.
I had the same issue. Just find the file gradle.properties and add at the end:
hermesEnabled=true
Thanks!!!!
I had the same issue. Just find the file gradle.properties and add at the end:
hermesEnabled=true
it works thanks. But how did you know it will solve the problem
I had the same issue. Just find the file gradle.properties and add at the end:
hermesEnabled=true
worked for me, thanks!