v0.0.28
Enhancements
- New prop (
modalOpenerHitSlop
) to adjust hit slop (the area that user can click) of touchable that opens modal (#64) - New prop (
customSelector
) to render a custom selector node (i.e. a replacement for the touchable that opens the modal) (#72) - New prop (
closeOnChange
) to determine if modal should close when user make a selection (#74) - New prop (
selectedItemTextStyle
) to style currently selected element (#75)
Bugfixes
- Accessibility fix (#73)