React Native Modal Versions Save

An enhanced, animated, customizable Modal for React Native.

v13.0.1

2 years ago

13.0.1 (2022-03-01)

Bug Fixes

  • make getDerivedStateFromProps's nextProps param Readonly (#647) (c737e7f), closes #381

v13.0.0

2 years ago

13.0.0 (2021-08-24)

Features

  • Remove usage of deprecated function removeListener (#594) (378f367)

BREAKING CHANGES

  • From now on, we require react-native>=0.65 in order to work correctly (because [email protected] deprecates the removeListener API that react-native-modal was using before this change).

v12.1.0

2 years ago

12.1.0 (2021-08-16)

Features

  • Make deviceWidth and deviceHeight to also accept number (#591) (43889b4)

v12.0.3

2 years ago

12.0.3 (2021-07-26)

Bug Fixes

v12.0.2

2 years ago

12.0.2 (2021-06-21)

Bug Fixes

v12.0.1

2 years ago

12.0.1 (2021-06-19)

Bug Fixes

v12.0.0

2 years ago

12.0.0 (2021-06-19)

Features

BREAKING CHANGES

  • Types update — defaultProps are now optional.

v11.10.0

3 years ago

11.10.0 (2021-04-12)

Features

  • Allow propagateSwipe to be a function (#542) (f859711)

v11.9.0

3 years ago

11.9.0 (2021-04-10)

Features

v11.8.0

3 years ago

11.8.0 (2021-04-10)

Features

  • Expose gesture state in swipe callbacks (#537) (bc09826)