Skip to content

v2.7.1

Compare
Choose a tag to compare
@SupriyaKalghatgi SupriyaKalghatgi released this 10 Jul 12:27
· 4259 commits to master since this release

General Features

  • React Native Vector Icons: Upgraded from 4.5.0 to 4.6.0. Commit (4420ec3), (9963c3e)

Upgraded Features

  • ActionSheet: Added hide() to close actionsheet on command (Android). PR #2099, closes #2090
  • Date Picker:
    • Show default date if placeHolderText prop is not defined. PR #2087, closes #2086
    • Added disabled prop to prevent user making selection of date. PR #2114, closes #2113
    • Allow formatting of DatePicker chosen date text. Commit (0b59fb7), closes #2056
  • Drawer: Deprecated NativeBase Drawer. PR #2100
  • Tab: Tab button text font size is customizable from theme. PR #2051, closes #1992
  • Theme: Added default background color (white) for container component. PR #2068

Bug Fixes

  • Checkbox: Checkbox icon takes CheckboxIconMarginTop theme variable. PR #1944
  • Picker: Supports different Picker.Item generation. PR #2074, closes #983
  • Theme: Theme files support transform (array of objects). PR #2106, closes #2103
  • Typescript:
    • Added prop "mode" in Picker. PR #2021
    • Added Content keyboardShouldPersistTaps and keyboardDismissMode typings. Commit (bf33038)