Tomasz Żelawski
Tomasz Żelawski
## Summary ## About This pull request is a part of the effort of migrating to monorepo structure: - #5992 - #5993 - #5998 ## Summary This particular pull request...
## About This pull request is a part of the effort of migrating to monorepo structure: - #5992 - #5993 ## Summary This particular pull requests moves the precommit husky...
## About This pull request finally moves Reanimated repo to desired monorepo structure. The migration process will be divided into steps, so then code review would be feasible. ## Summary...
## About This pull request is a part of the effort of migrating to monorepo structure: - #5992 ## Summary Moving `.github` directory to the root of the project, alongside...
## Why Currently, when handling worklet callbacks, the user has either to mark a function directly with `worklet` directive or define the worklet as an inline argument. ```tsx // This...
## Summary Making this super dense code less dense. ## Test plan - [ ] Paper - [ ] Fabric - [ ] Web :shipit:
## Summary Currently, in case of unnamed worklets, such as ```ts () => { 'worklet'; // some logic } function () { 'worklet' // some logic } ``` Those functions...
## Summary ## Test plan
## Summary With this pull request we are enable workletizing whole files to reduce boilerplate and allow for more elaborate worklet constructs. ## Test plan - [ ] Add relevant...
## Summary This PR was motivated by #5365. Fixes #5365. As you can read there, currently a variable used in a worklet but defined after it will cause it to...