Skip to content

Releases: maxs15/react-native-modalbox

v1.2.1

15 Oct 22:59
Compare
Choose a tag to compare

Enhancements

  • Bugfix on android
  • react-native-overlay dependency added back, unfortunately the built-in Modal component is still not complete enough.
    You should only include RNModalbox.xcodeproj if you need the aboveStatusBar property on IOS.

v1.2.0

09 Oct 20:11
Compare
Choose a tag to compare

Enhancements

  • Using built-in Modal component instead of react-native-overlay
  • Android support added ! Example updated.

Requires React Native 0.12.0 or later

v1.1.5

24 Sep 21:59
Compare
Choose a tag to compare

New features

  • swipeArea property added

v1.1.4

09 Sep 15:10
Compare
Choose a tag to compare

react-native-overlay dependency updated to fix errors on new versions of react native

v1.1.2

20 Aug 17:49
Compare
Choose a tag to compare

New features

  • isOpen property added
    From now you have the choice between using the isOpen property or the open() close() methods

v1.1.1

17 Aug 19:50
Compare
Choose a tag to compare

Bug fixes

  • The modal was closing unexpectedly when rendering new content, Issue: #6

v1.1.0

14 Aug 18:23
Compare
Choose a tag to compare

Changes

  • Bugs fixed
  • Code refactored

New features

  • Backdrop feature added
  • Position feature added

Breaking changes

  • The isOpen property has been removed, use the open() and close() methods