Kudo / react-native-v8

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

Fix build error on RN 0.66 and 0.67 #154

Closed Kudo closed 1 year ago

Kudo commented 1 year ago

Why

fix #149

How

runtimexecutor is a shared library after rn 0.68. for 0.66 and 0.67, reactnativejni includes the symbols.

Test Plan

add 0.66 and 0.67 to ci testing