ℹ️ Important info
We decided to redesign the architecture of Layout Animations to make them even more efficient and less buggy. That is why you are no longer need to use < AnimatedLayout />
, and if you are migrating your code from the previous alpha version, you will have to remove this tag. Layout animations from Reanimated are also no longer compatible with react-native Layout animations so keep in mind that you can use only one of them.
💡 Features
- Removed
< AnimatedLayout />
3f1ac80 - Added support for animating nested props 65b4c93
- Added support for gradle flavours 5e70c17
- Added
useHandler
hook for handling custom events d6476f3
🐛 Bug fixes
- Fixed
setNativeProps
for web a95f0aa - Fixed
placeholderTextColor
animation 696f922 - Fixed problem with RN 0.65.0 1714680
👍 Improvements
- Update RNRenderer.web.ts 4cbd70b
- Improved and Added TS typings 726c774 bd49b8d 326ad20
- Improved performance of prefix recognition fdebd4f
📓 Docs improvements
- Added tutorial to docs 430c9e6
- Added community page 19f53a9
- Fixed docs typos 73c620a b72a8c1 35b9649