Releases: maxs15/react-native-modalbox
Releases · maxs15/react-native-modalbox
v1.2.1
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
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.4
react-native-overlay dependency updated to fix errors on new versions of react native
v1.1.2
New features
- isOpen property added
From now you have the choice between using the isOpen property
or the open() close() methods
v1.1.1
Bug fixes
- The modal was closing unexpectedly when rendering new content, Issue: #6
v1.1.0
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