Shoutem Ui Versions Save

Customizable set of components for React Native applications

v4.9.1

2 years ago
  • added support for onFocus and onBlur props in TextInput component
  • added style prop for error message in TextInput component

v4.9.0

2 years ago
  • InlineDropDownMenu improvements for custom styling
  • TextInput fix for error style overrides

v4.8.0

2 years ago
  • added our lint packages and their peer dependencies, to match our linting conventions
  • expose localization of EmptyListImage inside ListView component

v4.7.0

2 years ago
  • remove semver ranges from dependencies
  • remove semver ranges from devDependencies
  • add support for onScroll in ScrollView that is executed alongside existing scroll animations
  • introduce onAnimationDriverChange handler to ScrollDriverProvider that can be used to update components outside of ScrollView when its animation driver changes

v4.6.6

2 years ago
  • added date support for DateTimePicker and applied various improvements
  • added padding variations styleName possibility for Screen component

v4.6.5

2 years ago
  • added outerPadding prop to SimpleHtml component so that the component that is implementing SimpleHtml can adjust padding properly
  • adjusted padding calculation

v4.6.4

2 years ago
  • properly set "isScrolling" state in ListView

v4.6.3

2 years ago
  • prevented loadMore if user isn't scrolling
  • added SimpleHtml custom alter node prop
  • added DropDownMenu style variables
  • updated version of react-native-youtube-iframe

v4.6.2

2 years ago
  • fixed search field min width style
  • fixed centering of SimpleHtml content in case when SimpleHtml's container had it's own margin/padding

v4.6.1

2 years ago
  • fixed styling for clear input button
  • fixed bug where typed text was not visible