Kudo / react-native-v8

Opt-in V8 runtime for React Native Android
MIT License
900 stars 69 forks source link

[plugin] fix support on expo sdk 49 (rn 0.72) #187

Closed Kudo closed 1 year ago

Kudo commented 1 year ago

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