Skip to content

Releases: react-native-modal/react-native-modal

v13.0.1

01 Mar 15:40
Compare
Choose a tag to compare

13.0.1 (2022-03-01)

Bug Fixes

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

v13.0.0

24 Aug 10:13
Compare
Choose a tag to compare

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 react-native@0.65 deprecates the removeListener API that react-native-modal was using before this change).

v12.1.0

16 Aug 10:45
Compare
Choose a tag to compare

12.1.0 (2021-08-16)

Features

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

v12.0.3

26 Jul 15:39
Compare
Choose a tag to compare

12.0.3 (2021-07-26)

Bug Fixes

v12.0.2

21 Jun 08:13
Compare
Choose a tag to compare

12.0.2 (2021-06-21)

Bug Fixes

v12.0.1

19 Jun 16:19
Compare
Choose a tag to compare

12.0.1 (2021-06-19)

Bug Fixes

v12.0.0

19 Jun 13:15
Compare
Choose a tag to compare

12.0.0 (2021-06-19)

Features

BREAKING CHANGES

  • Types update — defaultProps are now optional.

v11.10.0

12 Apr 15:27
Compare
Choose a tag to compare

11.10.0 (2021-04-12)

Features

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

v11.9.0

10 Apr 08:38
Compare
Choose a tag to compare

11.9.0 (2021-04-10)

Features

v11.8.0

10 Apr 08:36
Compare
Choose a tag to compare

11.8.0 (2021-04-10)

Features

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