yarn react-native-modalfy 3.0.0
Release 3.0.0

latest releases: 3.5.5, 3.5.4, 3.5.3...
2 years ago

3.0.0 (2022-02-15)

Read the ๐Ÿ“– blog post for more information on Modalfy v3!

Bug Fixes

  • animate backdrop out whenever stack is closed programmatically/via hardware back press ๐Ÿงน (091c9af)
  • animate modals out when closed via hooks/HOC/vanilla ๐ŸŒฌ (ce6040f)
  • prevent animateIn/animateOut in default options from overriding animateInConfig/animateOutConfig in specific modal options ๐Ÿž (3bdc9df)
  • remove support of deprecated shouldAnimateOut option ๐Ÿ‘‹ (4d31b1f)

Features

  • add Web support ๐Ÿ–ฅ๏ธ (bfa841a)
  • implement modal actions callback ๐ŸŒบ (e802dc1)

BREAKING CHANGES

  • shouldAnimateOut modal option deprecated since v2.0 is now being dropped completely. Use animateConfigOut or animationOut instead.
  • A new callback argument is provided to the animateOut function in the modal options and must be called whenever the animation is finished. If only animationOutConfig is used, calling callback is not required.

Don't miss a new react-native-modalfy release

NewReleases is sending notifications on new releases.