v0.84.0-rc.3
📦 react-nativeView on GitHub →
✨ 5 features🐛 1 fixes🔧 2 symbols
Summary
This release enhances the animation capabilities by adding numerous new style props support to the AnimationBackend and fixes an iOS-specific issue with codegen in hidden directories.
✨ New Features
- Added support for `transformOrigin` prop to the `AnimationBackend`.
- Added support for `backfaceVisibility` prop to the `AnimationBackend`.
- Added missing `flex` style to the `AnimatedPropsBuilder`.
- Added support for `borderCurves`, `borderStyles`, `pointerEvents`, `isolation`, `cursor`, `boxShadow`, and `mixBlendMode` props to the AnimationBackend.
- Added support for `overflow`, `position`, `zIndex`, and `direction` props to the AnimationBackend.
🐛 Bug Fixes
- Fixed codegen failing when the project is inside a hidden folder on iOS.