Kudo / react-native-v8

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

Fix assertion for multiple JS reference to a HostObject #99

Closed Kudo closed 2 years ago

Kudo commented 2 years ago

Why

fix the broken assumption for reanimated's SharedValue which may share a HostObject between different JS object

gpbaculio commented 2 years ago

@Kudo what version of react native reanimated can be used for this?

Kudo commented 2 years ago

@gpbaculio still in reanimated pr: https://github.com/software-mansion/react-native-reanimated/pull/3132