Skip to content

v2.3.10

Compare
Choose a tag to compare
@SupriyaKalghatgi SupriyaKalghatgi released this 09 Mar 10:51
· 4693 commits to master since this release

Upgraded Features

  • General: Included NativeBase support for Ignite in ReadMe. PR (#1613)
  • Icons: Added EvilIcons support for Icons. PR (#1652), closes (#1468)

Bug Fixes

  • General: NativeBase components resolved in PhpStorm / WebStorm. PR (#1604), closes (#1075)
  • FAB: Added stylesheet support for styling Fab child buttons. PR (#1623), closes (#1618)
  • Icons: Icons render wrt type when fetching names across different font families. PR (#1596), closes (#1640)
  • Input: Fix for Input underline color (Android). PR (#1655), closes (#611)
  • ListItem: Fixed selected style for ListItem. PR (#1657)
  • Picker: Changed FlatList keytype from number to string. PR (#1607), closes (#1571)
  • Tabs: Keyboard double click issue fixed with Tabs. PR (#1613), closes (#1601)
  • Theme:
    • Fixed platform, material and common theme for iOS and Android. PR (#1610), closes (#1587)
    • Theme files supports fontVariant (array of enum). PR (#1659), closes (#1637)
  • TypeScript:
    • Added missing props for SwipeRow. PR (#1634), closes (#1629)
    • Added the style property to the Checkbox. PR (#1656)