Skip to content

v1.0.0

Compare
Choose a tag to compare
@Definitely-Not-Vlad Definitely-Not-Vlad released this 24 Jul 09:13

ListView refactor:

  • Refactor existing ListView component (an adaptation of React Native's now deprecated ListView) to work with FlatList and SectionList under the hood
  • New hasFeaturedItem & renderFeaturedItem() props used to render a specific item as the featured item, by default, if no specific item is provided, the first item from the overall data will be used as the featured item
  • New sections prop used to render specified sections with section headers (either the default one provided by the UI toolkit, or a specific one provided by renderSectionHeader())

Fix require cycles
Update react-native-linear-gradient
Update react-native-vector-icons
Update react-native-photo-view (fork)
Switch to react-native-webview instead of React Native's WebView