Skip to content

Releases: maxs15/react-native-modalbox

v2.0.0

Choose a tag to compare

@maxs15 maxs15 released this 28 Sep 15:08

Enhancements:

  • Code refactored to ES6
  • Example refactored using React native 0.61.1
  • Fix bug when swiping (#278)

v1.7.1

Choose a tag to compare

@maxs15 maxs15 released this 29 Jan 02:24

Enhancements:

  • Merged #255 to remove listener when component unmounts
  • Merged #234 to add useNativeDriver property

v1.7.0

Choose a tag to compare

@maxs15 maxs15 released this 29 Jan 02:00

Enhancements:

  • Merged #262 to support RN 0.58+

v1.6.0

Choose a tag to compare

@maxs15 maxs15 released this 06 Jul 16:19

Enhancements:

v1.5.0

Choose a tag to compare

@maxs15 maxs15 released this 01 Jun 18:09

Enhancements:

v1.4.2

Choose a tag to compare

@maxs15 maxs15 released this 05 Aug 18:00

Enhancements:

  • Fix missing prop-types dependency

v1.4.1

Choose a tag to compare

@maxs15 maxs15 released this 14 Jul 17:56

Enhancements:

  • Fix React.createClass deprecated for react 15.5+
  • Fix PropTypes deprecated for react 16+

v1.4.0

Choose a tag to compare

@maxs15 maxs15 released this 28 Jun 22:40

Enhancements:

  • Better support of the keyboard

v1.3.12

Choose a tag to compare

@maxs15 maxs15 released this 28 Jun 13:59

Enhancements:

  • coverScreen property added (#144)

v1.3.10

Choose a tag to compare

@maxs15 maxs15 released this 26 Jun 16:32

Enhancements:

  • easing property added (#118)
  • BackHandler added for RN 0.44+ support (#136)
  • Various fix (#114, #141, #124)