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

Maybe more trouble than it's worth, but it would be super helpful to be able to debug from worklets. ```ts console.log('hello from index'); const frameProcessor = useFrameProcessor((frame) => { 'worklet'...

Just a question, is there v8 support for this lib? I tried to use worklets together with react-native-vision-camera, but when using the v8 javascript engine (iso hermes) the worklets execution...

When enabling **Gradle Configuration Cache**, builds fail with the following error: `Cannot reference a Gradle script object from a Groovy closure as these are not supported with the configuration cache.`...

package.json ` "react-native-worklets-core": "^1.6.2",` arm64-v8a,0x1000,/tmp/pp_apk/lib/arm64-v8a/librnworklets.so

libhermes is incompatible with RN0.82 android/CMakeLists.txt should be updated Here is the patch to solve for now: ``` diff --git a/node_modules/react-native-worklets-core/android/CMakeLists.txt b/node_modules/react-native-worklets-core/android/CMakeLists.txt index cc4cbfe..9f94f1c 100644 --- a/node_modules/react-native-worklets-core/android/CMakeLists.txt +++ b/node_modules/react-native-worklets-core/android/CMakeLists.txt @@...

iOS and Android release versions crash when assembling the component where the library is being imported. Does anyone know of alternative libraries for executing JS functions outside the main thread,...

Fix: deleteCmakeCache fails on ./gradlew clean when gradle.configuration-cache=true with message "Cannot reference a Gradle script object from a Groovy closure as these are not supported with the configuration cache." -...

I'm getting the following error when trying to generate an apk. I'm using worklets ![Image](https://github.com/user-attachments/assets/e3dc242d-3564-4f24-b8a9-52cfb04cc4ed) ``` : && /Users/myuser/Library/Android/sdk/ndk/27.1.12297006/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ --target=aarch64-none-linux-android26 --sysroot=/Users/myuser/Library/Android/sdk/ndk/27.1.12297006/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -fPIC -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D__BIONIC_NO_PAGE_SIZE_MACRO...

I am trying to build the app with react native vision camera 4.6.4 with worklet core 1.5 but its throwing error that the worklet core is not able to be...