Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

28 lines (26 loc) · 2.31 KB

Version 2.3.5

Bug Fixes

  • Release Crash: Fixed PropTypes issue, which caused Release Crash for iOS and Android. PR (#1382), closes (#1348)
  • Actionsheet:
    • Actionsheet for Android returns buttonIndex as number. PR (#1401), closes (#1353)
    • Fixed Actionsheet returning different buttonIndex for different platforms when on touch outside PR (#1407)
  • Card: Fixed UI breakage with Card for iPhoneX view. PR (#1417), closes (#1234)
  • Icon: Wrong icon name mapping for Android. PR (#1404), closes (#1331)
  • Picker: Added placeholderStyle to Picker. Customizable color for Icon with Picker PR (#1414), closes (#1413)
  • Searchbar: Text vertically centered in Header SearchBar. PR (#1403), closes (#1028)
  • Tabs: Fixed overlayTop position for Tabs. PR (#1405), closes (#1330)
  • Toast: Text and Button-text supports empty string. Added default duration of 1500. PR (#1395), closes (#1351)
  • Theme:
    • Removed unused variable listItemHeight. PR (#1412), closes (#1398)
    • Use theme to turn off uppercase buttons on Android PR (#1422), closes (#1235)