Dawid Małecki
Dawid Małecki
# Summary Regarding this [issue](https://github.com/software-mansion/react-native-gesture-handler/issues/2793), the PR adds a getter for `mPointerEvents` in `VirtualView` class. Thanks to this, the pointer event type can be accessed from the RNSVG components in...
## Summary: Regarding the [issue](https://github.com/facebook/react-native/issues/44755) where the app sometimes crashes due to race condition when two reloads overlap in unfortunate way. This PR fixes it in some way by introducing...
## Summary: This is a continuation of solving this [issue](https://github.com/facebook/react-native/issues/45502), which was partially solved [here](https://github.com/facebook/react-native/pull/45519). The PR introduces calculating matrix inverse that is optimized for 4x4 affine transformations. It's divided...
## Summary The PR introduces a [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import) mainly for maintaining a consistent order of imports. It is the most used eslint plugin for such cases and has the greatest number...
## Summary: Fixes #46908 The `justificationMode` is not set for multiline text without unicode characters with known width on both architectures. This caused the issue of drawing additional empty line...
## Summary: This is a starting PR with API breaking change detection script base on TS API rollups. ## Changelog: [GENERAL][ADDED] - Added API breaking change detection workflow ## Test...
Summary: ## Summary: Adds support for `overflow`, `position`, `zIndex`, and `direction` layout props to be passed as `AnimatedProp` to the animation backend. ## Changelog: [General][Added] - Added support for `overflow`,...
Summary: ## Summary: Adds support for `borderCurves`, `borderStyles`, `pointerEvents`, `isolation`, `cursor`, `boxShadow`, and `mixBlendMode` props to be passed as `AnimatedProp` to the animation backend. ## Changelog: [General][Added] - Added support...
Summary: ## Summary: Adds support for `maxWidth`, `maxHeight`, `minWidth`, and `minHeight` props to be passed as `AnimatedProp` to the animation backend. ## Changelog: [General][Added] - Added support for `maxWidth`, `maxHeight`,...