Skip to content

v0.0.28

Compare
Choose a tag to compare
@mikaello mikaello released this 16 Aug 15:49
· 70 commits to master since this release
74ab38d

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)