Closed Kudo closed 1 year ago
the current plugin breaks on expo sdk 49 (react-native 0.72) because RNGP will exclude the libhermes.so when hermesEnabled=true
expo-dev-menu requires the hermes in debug build because it does not support v8
update the variant to keep libhermes.so
try the reproducible example from https://github.com/expo/expo/issues/23312
Why
the current plugin breaks on expo sdk 49 (react-native 0.72) because RNGP will exclude the libhermes.so when hermesEnabled=true
expo-dev-menu requires the hermes in debug build because it does not support v8
How
update the variant to keep libhermes.so
Test Plan
try the reproducible example from https://github.com/expo/expo/issues/23312