5.2.0
Changelog
Migrate to yarn v2 and upgrade to react-native 0.76
- Convert arrow based function variables to functions and define the return types.
- Change
toggle
return type fromPromise<unknown>
toPromise<Animated.EndResult>
. - Add
animatedViewTestID
prop. - Update test cases to increase coverage to 100 %.
- Update test cases to wrap state changes in
act
function. - Update Github workflow for yarn v2 and node 20.
- Refactor example look & feel and update demo gif.