Skip to content

Releases: maxs15/react-native-modalbox

1.3.7

01 Sep 19:18
Compare
Choose a tag to compare

Enhancements:

  • backButtonClose property added (Android only)

v1.3.3

09 May 14:25
Compare
Choose a tag to compare

Enhancements:

  • React native 0.25+ support added

WARNING

React native versions prior to 0.25.0 won't be supported anymore, If you can't update RN please use the version 1.3.2

v1.3.1

18 Feb 19:35
Compare
Choose a tag to compare

Enhancements

  • backdropPressToClose property added (#43)

Bug fix

  • Fix pan responder conflict with the nested components
  • Slider added to Example in order to test it

v1.3.0

08 Feb 15:17
Compare
Choose a tag to compare

Bug fix:

  • Fix open on start up (#39)

v1.2.8

18 Jan 19:24
Compare
Choose a tag to compare

Bug fix

  • The swipeToClose property wasn't working when updated

v1.2.7

15 Jan 00:41
Compare
Choose a tag to compare

Enhancements

  • rotate support added

v1.2.6

21 Dec 17:14
Compare
Choose a tag to compare

Enhancements

  • animationDuration property added

v1.2.5

11 Dec 15:15
Compare
Choose a tag to compare

Enhancements

  • React-native 0.16.0 is now supported !

Changes

  • react-native-overlay dependency removed
  • aboveStatusBar property removed (was related to react-native-overlay)

v1.2.4

23 Nov 16:49
Compare
Choose a tag to compare

Enhancements

  • Bug related to the 3D touch fixed (#19)

v1.2.2

17 Oct 21:00
Compare
Choose a tag to compare

New features

  • isDisabled property added in order to be able to disable all actions on the model (open, close, swipe)