react-native-worklets-core
react-native-worklets-core copied to clipboard
repro: Add failing recursive object test
RNWC is currently struggling with recursive values. This issue was discovered when we passed a workout function directly to an onPress prop, which has an event argument, which is recursive. RNWC gets stuck in an endless loop:
cc @chrfalch @mrousavy