Shoutem Ui Versions Save

Customizable set of components for React Native applications

v6.1.2

1 year ago
  • fall back to Rubik-Regular when fontName isn't provided in resolveFontFamily

v6.1.0

1 year ago
  • Inclusion of App level Toast component

v5.6.0

1 year ago
  • Upgraded TabMenu component with styling corrections and tab item scroll snapping

v5.5.0

1 year ago
  • removed outdated examples
  • added style overrides for subcomponents in NumberInput and DropDownMenu

v5.4.0

1 year ago
  • Bump react native lottie, and add it's iOS dependency lib
  • PropType declaration changes for certain components
  • Add responsiveWidth / responsiveHeight helpers

v5.2.2

1 year ago

v5.2.0

1 year ago
  • Added CategoryPicker component
  • various bug fixes

v5.0.1

2 years ago
  • added github: prefix for forked dependencies, per new Github/npm conventions

v5.0.0

2 years ago
  • BREAKING CHANGE: removed react-native-vector-icons lib
  • added multiple icons
  • introduced LoadingContainer that displays loading animation instead of children when loading is set to true
  • adjusted condition for rendering fallback empty list component for ListView

v4.9.2

2 years ago
  • removed isScrolling condition in ListView. ListViews that were approximately height of the screen (3 columns lists) didn't trigger load more in some cases because of this condition
  • added new icons: camera, comments, gallery, like-heart