Kudo/react-native-v8

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

kmartinezmedia opened this issue · 1 comments

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? #172

Kudo commented

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