Skip to content

v2.4.0

Compare
Choose a tag to compare
@SupriyaKalghatgi SupriyaKalghatgi released this 27 Mar 06:19
· 4655 commits to master since this release

New Features

  • NativeBase is now available for web.

Upgraded Features

  • Theme:
    • Removed excess marginLeft with List. PR (#1712), closes (#1274)

Bug Fixes

  • Button: Fixed ripple / highlight effect on a rounded button with respect to its border radius. PR (#1684), closes (#1206)
  • CardItem: Fixed Text color of CardItem with bordered. Fixed Footer text when used with bordered CardItem. PR (#1694)
  • FAB: Fixed FAB container flexDirection code. PR (#1711), closes (#1707)
  • Label: Fixed usage of StyleSheet with Label. PR (#1699), closes (#1687)
  • ListItem: ListItem pass down delayPressOut & other TouchableHighlight props. PR (#1702), closes (#1701)
  • Theme:
    • Fixed FooterTab variables for Android. PR (#1693), closes (#1688)
  • Typescript:
    • Added refreshing and refreshControl to Content definition. PR (#1680), closes (#1674)
    • Added textStyle field to Picker. PR (#1646)