Skip to content

5.2.0

Compare
Choose a tag to compare
@testshallpass testshallpass released this 29 Nov 15:35
· 6 commits to main since this release

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 from Promise<unknown> to Promise<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.