Kudo / react-native-v8

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

Add options to expo plugin config to disable v8 on iOS or android #173

Closed kmartinezmedia closed 1 year ago

kmartinezmedia commented 1 year ago

I'd like to be able to configure if v8 is applied to iOS build. I would expect to be able to configure like this in my expo app.config.js.

plugins: [
  ['react-native-v8', { android: true, ios: false }] 
]

Are you open to contributions? https://github.com/Kudo/react-native-v8/pull/172

Kudo commented 1 year ago

published your fantastic fix in react-native-v8@2.1.3. thanks @kmartinezmedia !