v1.0.0
ListView refactor:
- Refactor existing
ListView
component (an adaptation of React Native's now deprecatedListView
) to work withFlatList
andSectionList
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 overalldata
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 byrenderSectionHeader()
)
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