react-native
react-native copied to clipboard
A framework for building native applications using React
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: > [!NOTE] > This is a bit of a speculative fix that's based on trying to get a bare project with `react-native-macos` to link directly against it in...
### Description When trying to fetch a file from the device and turn it into a blob with default fetch shipped within RN 0.82.0, fetch issues a TypeError. Also other...
## Summary: This PR adds support for `clip-path` CSS attribute for JS. It follows CSS spec [described here](https://www.w3.org/TR/css-masking-1/#the-clip-path). It does not provide support for SVG source (`` values), what can...
Summary: This diff is a part of the process of getting the Animated-itest to work with Animation Backend. During testing I found that sometimes the disconnect method would cleanup `tagToShadowNodeFamily_`...
Summary: Currently the backend only applies changes when it is notified of a new animation frame. This setup doesn't work properly for events, as they could come in after the...
Summary: This diff adds synchronizing props to react, through a scheduled commit on the js thread. This is used by animated at the end of the animation, and leverages RSNRU...
Summary: This diff simple extends the tests for AnimationBackend Differential Revision: D85753518
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`,...