Skip to content

v0.8.0

Compare
Choose a tag to compare
@renrizzolo renrizzolo released this 01 Oct 00:30
· 95 commits to master since this release

This minor version addresses issues with icons.

Fixed

  • 0.7.8 introduced a bug with an attempted fix of the iconRenderer. This update addresses that and icons in general.

Added

  • the icons prop is an object that maps the names and sizes used for the icons (all properties are spread onto the IconRenderer). In conjunction with IconRenderer you can now easily switch out the icon library. See Icons section of Readme.

Changed

  • BREAKING: IconRenderer is now required (also note the casing change). The lib no longer depends on react-native-vector-icons. For the default Material Icons icon set, you must import Icon from react-native-vector-icons/MaterialIcons yourself, and pass that to theIconRenderer prop. See Icons section of Readme.