react-native-modal

An enhanced, animated, customizable Modal for React Native.

MIT License

Stars
5.5K
Committers
91

Bot releases are visible (Hide)

react-native-modal - v13.0.1 Latest Release

Published by github-actions[bot] over 2 years ago

13.0.1 (2022-03-01)

Bug Fixes

  • make getDerivedStateFromProps's nextProps param Readonly (#647) (c737e7f), closes #381
react-native-modal - v13.0.0

Published by github-actions[bot] about 3 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).
react-native-modal - v12.1.0

Published by github-actions[bot] about 3 years ago

12.1.0 (2021-08-16)

Features

  • Make deviceWidth and deviceHeight to also accept number (#591) (43889b4)
react-native-modal - v12.0.3

Published by github-actions[bot] about 3 years ago

12.0.3 (2021-07-26)

Bug Fixes

react-native-modal - v12.0.2

Published by github-actions[bot] over 3 years ago

12.0.2 (2021-06-21)

Bug Fixes

react-native-modal - v12.0.1

Published by github-actions[bot] over 3 years ago

12.0.1 (2021-06-19)

Bug Fixes

react-native-modal - v12.0.0

Published by github-actions[bot] over 3 years ago

12.0.0 (2021-06-19)

Features

BREAKING CHANGES

  • Types update — defaultProps are now optional.
react-native-modal - v11.10.0

Published by github-actions[bot] over 3 years ago

11.10.0 (2021-04-12)

Features

  • Allow propagateSwipe to be a function (#542) (f859711)
react-native-modal - v11.9.0

Published by github-actions[bot] over 3 years ago

11.9.0 (2021-04-10)

Features

react-native-modal - v11.8.0

Published by github-actions[bot] over 3 years ago

11.8.0 (2021-04-10)

Features

  • Expose gesture state in swipe callbacks (#537) (bc09826)
react-native-modal - v11.7.0

Published by github-actions[bot] over 3 years ago

11.7.0 (2021-02-20)

Features

  • Reintroducing correct onBackButtonPress behaviour (#519) (80abcab), closes #260
react-native-modal - v11.6.1

Published by github-actions[bot] almost 4 years ago

11.6.1 (2020-12-20)

Bug Fixes

react-native-modal - v11.6.0

Published by mmazzarolo almost 4 years ago

11.6.0 (2020-12-19)

Features

  • add useNativeDriverForBackdrop prop that is used to avoid flashing of backdrop on android (#495) (8c2eaf3)
  • Register an interaction on modal animation (#491) (741559b)

Reverts

  • Revert "chore: Moved to GitHub actions (#502)" (#504) (79c3e62), closes #502 #504
react-native-modal - v11.5.6

Published by react-native-community-bot over 4 years ago

11.5.6 (2020-03-21)

Bug Fixes

  • improving scroll behavior when using scrollview/flatlist inside a modal (14ae684)
react-native-modal - v11.5.5

Published by react-native-community-bot over 4 years ago

11.5.5 (2020-03-20)

Bug Fixes

  • using screen dimensions instead of window to handle soft bar in android (6911ffb)
react-native-modal - v11.5.4

Published by react-native-community-bot over 4 years ago

11.5.4 (2020-02-17)

Bug Fixes

  • make ModalProps extend from ViewProps (86efd47)
react-native-modal - v11.5.3

Published by react-native-community-bot almost 5 years ago

11.5.3 (2019-11-08)

Bug Fixes

  • Further Improve compatibility of tsconfig.json (#372) (6b8b8ef)
react-native-modal - v11.5.2

Published by react-native-community-bot almost 5 years ago

11.5.2 (2019-11-07)

Bug Fixes

  • Improve compatibility of tsconfig.json (#371) (7ef447e)
react-native-modal - v11.5.1

Published by react-native-community-bot almost 5 years ago

11.5.1 (2019-11-01)

Bug Fixes

  • Update files array in package.json to work with new dist directory (#367) (e4a9a3b)
react-native-modal - v11.5.0

Published by react-native-community-bot almost 5 years ago

11.5.0 (2019-11-01)

Features

  • Migrate react-native-modal to TypeScript (#362) (edcb228)