Kudo / react-native-v8

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

[feat] add expo plugin config options #172

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?