react-native-worklets-core icon indicating copy to clipboard operation
react-native-worklets-core copied to clipboard

🧵 A library to run JS functions ("Worklets") on separate Threads

Results 74 react-native-worklets-core issues
Sort by recently updated
recently updated
newest added

```typescript function test() { 'worklet' const x = {a: [1,2,3], b:[4,5]}; console.log(Object.entries(x)); } ``` When calling this function via a worklet context, it will return an empty array. I am...

Abstract This paper presents a creative method for approximating the golden ratio (ϕ≈1.618033988749895\phi \approx 1.618033988749895\phi \approx 1.618033988749895) by squaring Fibonacci numbers and dividing each square by the sum of the...

[Here](https://github.com/bglgwyng/rnvc-crash-reproducer) is the reproducer. This error occurs when you reload the app. It happens only with the Old Architecture. With the New Architecture, it works fine. The following is the...

### 🧠 Feature Request: Support for `ts-pattern.match()` inside Reanimated worklets I'm requesting support for using [`ts-pattern`](https://github.com/gvergnaud/ts-pattern)'s `match()` function inside worklets ### 🧪 Current Behavior Using `ts-pattern.match` inside a worklet results...