Tomasz Żelawski

Results 68 issues of Tomasz Żelawski

## Summary ## Test plan

I have the following file `NativeWorkletsModuleSpec.h`: NativeWorkletsModuleSpec.h ```cpp #pragma once #include // This compiles but Clangd doesn't like it. #include // This compiles and Clangd likes it. // #include #include...

bug

# Why Reanimated 4 uses `react-native-worklets` as a dependency. Reanimated Babel Plugin is now Worklets Babel Plugin, available in `react-native-worklets/plugin`. It's still re-exported in `react-native-reanimated` for backwards compatibility, but with...

bot: passed checks

## Summary: With the development of `react-native-worklets` library I want to align it more with the tools inside React Native ecosystem and reduce the amount of hacks needed to provide...

CLA Signed
Partner
p: Software Mansion
Shared with Meta

I'm trying to get clangd to work with my ESP32/Arduino project. I have all the necessary `compile_commands.json` generated and clangd is configured properly to find them. Still, a lot of...

I'm changing the way how the Babel plugin works in `react-native-reanimated`/`react-native-worklets`. These changes include creating a new file, that's immediately required in the newly transformed code. To exemplify, let's say...

I think I encountered a bug in Metro regarding transformation of module imports. In Reanimated (Worklets) Babel plugin I'm transforming the following code: ```js import {foo} from './file.js'; function bar(){...

## Summary ## Test plan

Experimental Bundling

## Summary Throw a QoL error when something went wrong and we received a different error than expected during Worklet Runtime initialization when using experimental bundling. I had to move...

Experimental Bundling