Releases: peacechen/react-native-modal-selector
Releases · peacechen/react-native-modal-selector
v0.0.21
Enhancements
- Added
backdropPressToClose
-prop (aa5617e)
v0.0.20
Bugfixes
selectTextStyle
-prop got correct prop-type (b9bd846)
v0.0.19
Bugfixes
- Fixes so modal looks good when it is few elements in the list (7fb903d)
Enhancements
- Updated propTypes/defaultProps with missing prop (b55049f)
v0.0.18
Bugfixes
- Wrapping of TextInput in iOS works (b1456de)
New features and enhancements
- Support orientation and resolution changes (f31a3f6, 78576a7)
- Added prop to disable modal (2e90685)
- Upgraded SampleApp to RN 0.47 (860c259)
- Added prop to select animation type:
none
, fade
or slide
(6eed2fa)
- Added prop for custom styling of options container (d9ad661)
(#21)
v0.0.17: Continuation of react-native-modal-picker
This release marks the official continuation of the abandoned react-native-modal-picker
repo. The module is now renamed to react-native-modal-selector
and published to npm.
Bugfixes
- Fixed the warning caused by
keyboardShouldPersistTaps
(849c0b8)
New features and enhancements
- Use flex to automatically size optionContainer to its contents (00189fd)
- Conditionally use ViewPropTypes (849c0b8)