Kudo / react-native-v8

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

Will react-native-v8 support the new RN architecture? #96

Closed jzxchiang1 closed 2 years ago

jzxchiang1 commented 2 years ago

Like Fabric and TurboModules? I'm not sure if it needs any custom integration with a JS engine...

It seems like this year will be the year that the new architecture finally rolls out.

Kudo commented 2 years ago

i think the answer is yes. the new architecture is based on JSI. there's no JSI difference between the old architecture and the new architecture.

jzxchiang1 commented 2 years ago

Thanks. I would've thought that JSI would require some updates in the JavaScript engine for JavaScript objects to hold pointers to C++ structs... Maybe I'm misunderstanding... 🤔