Releases: maxs15/react-native-modalbox
Releases · maxs15/react-native-modalbox
1.3.7
Enhancements:
- backButtonClose property added (Android only)
v1.3.3
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
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
Bug fix:
- Fix open on start up (#39)
v1.2.8
Bug fix
- The swipeToClose property wasn't working when updated
v1.2.6
Enhancements
- animationDuration property added
v1.2.5
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
Enhancements
- Bug related to the 3D touch fixed (#19)
v1.2.2
New features
- isDisabled property added in order to be able to disable all actions on the model (open, close, swipe)