Kudo / react-native-v8

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

Fix build error from react-native 0.74.3 #205

Closed Kudo closed 2 weeks ago

Kudo commented 2 weeks ago

Why

react-native 0.74.3 has a new queueMicrotask interface to jsi and break existing 0.74.3 build

How

add no-op queueMicrotask implementation since it's used from new architecture. i'll add this when revisiting new architecture support.