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 - v6.1.0

Published by mmazzarolo over 6 years ago

Minor typing an props changes

react-native-modal - v6.0.0

Published by mmazzarolo over 6 years ago

New major release! πŸŽ‰
...It shouldn't have any breaking change though πŸ’₯

  • Scrollable content for swipeable modal #149
  • Fix problem when modal is destroyed but it still try close it #143
  • Removed the deprecated componentWillMount #140

Check the PRs and the README for more infos.

Thanks to anyone else who contributed!
@smccamley @pistonsky @alimek

react-native-modal - v5.4.0

Published by mmazzarolo over 6 years ago

  • Updated dependencies
  • Updated README.md

Thanks @LouisJS and @nsipplswezey

react-native-modal - v5.2.0

Published by mmazzarolo over 6 years ago

  • Add hideModalContentWhileAnimating to typings #122
react-native-modal - v5.1.1

Published by mmazzarolo over 6 years ago

  • Avoiding null is not an object (r.backdropRef.transitionTo) exception #119

Thanks @SudoPlz for the PR!

react-native-modal - v5.1.0-0

Published by mmazzarolo over 6 years ago

  • Added a fix for #92 thanks to PR #116

Thanks to @peteroid, @Versus2017, @wkoutre, @RichardLindhout, @LouisJS, @alex-blair and everyone else who contributed!

react-native-modal - v5.0.1

Published by mmazzarolo over 6 years ago

Updated dependencies

react-native-modal - v5.0.0-0

Published by mmazzarolo over 6 years ago

Moved out of beta/next.

react-native-modal - v5.0.0-0@next

Published by mmazzarolo almost 7 years ago

New major pre-release with swipe-to-close! πŸŽ‰
...It shouldn't have any breaking change though πŸ’₯

  • Swipe feature #105
  • Fix Backdrop opacity updates #103
  • Fix avoidKeyboard feature for Android #89
  • Updates on README.md and package.json #96 #97 #102

Check the PRs and the README for more infos.

A special thank you goes to @theohdv for the awesome swipe feature!

Also, thanks to anyone else who contributed!
@steveccable @infostreams @andrew @CalarDotCo @Barylskyigb

react-native-modal - v4.1.0

Published by mmazzarolo about 7 years ago

New feature:

  • Added useNativeDriver prop for using Native Driver animations on both the backdrop and the view animation #78

Thanks a lot to @Barylskyigb!

react-native-modal - v4.0.0

Published by mmazzarolo about 7 years ago

New major release with custom animations πŸŽ‰
...It shouldn't have any breaking change though.

  • Added support for custom animations #72
  • Added avoidKeyboard prop #64 #65

Check the PRs and the README for more infos.

Thanks a lot to @Nickersoft, @G3z and @rpereira!

react-native-modal - v3.1.0

Published by mmazzarolo about 7 years ago

Mostly minor fixes in this release:

  • Added TypeScript type definitions #56 #62
  • Fixed leaking orientation listener #61

Thanks a lot to @Gerharddc, @luhui, @petejkim and all the other contributors!

react-native-modal - v3.0.2

Published by mmazzarolo about 7 years ago

Removed the hideOnBack and hideOnBackdropPress props that should have gone on v3.0.0

react-native-modal - v3.0.1

Published by mmazzarolo about 7 years ago

Fixed the onBackdropPress default value.

react-native-modal -

Published by mmazzarolo about 7 years ago

New release, we finally tackled the infamous "Tap outside to close" issue #11 πŸŽ‰

  • Added onBackdropPress prop that can be used to react to the modal backdrop press (for example for closing it).
  • Added a modal example for onBackdropPress.
  • BREAKING CHANGE: Removed the hideOnBack prop that was used for closing the modal on back button press on Android. It's useless now since the onBackButtonPress listener exists.
  • Added typescript definitions.

Thanks a lot to @tomasreimers, @RichardLindhout, @ifiokjr, @dark1991, @petejkim and all the other contributors!

react-native-modal - v2.5.0

Published by mmazzarolo about 7 years ago

Super small release:

  • Updated react-native-animatable to ^1.2.3. No more prop-types warn! #43

Thanks @iRoachie for the PR!

react-native-modal - v2.4.0

Published by mmazzarolo over 7 years ago

  • Moved the PropTypes to the new prop-types package
  • Added a precommit hooks that executes a lint test and uses prettier to style the content of src/
react-native-modal - v2.3.2

Published by mmazzarolo over 7 years ago

Thanks to @g3r4n and its PR #17, a bug that didn't show correctly the modal (issues #15 #18) has been fixed.
Also: added some comments and updated the dependencies.

react-native-modal - v2.2.0

Published by mmazzarolo over 7 years ago

  • Added Android backButton callback #13

Thanks @yairk for the PR!

react-native-modal - v2.0.1

Published by mmazzarolo over 7 years ago

First release under the new name react-native-modal!