React Native Ultimate Listview Versions Save

A high performance FlatList providing customised pull-to-refresh | auto-pagination & infinite-scrolling | gridview layout | swipeable-row.

3.3.0

6 years ago
  • Upgrade Example to [email protected]
  • Change the import style to import {UltimateListView, UltimateRefreshView} from 'react-native-ultimate-listview'
  • Provide a new Component called UltimateRefreshView, which is a refreshable ScrollView providing customised pull-to-refresh feature

v3.2.4

6 years ago
  • migrate to the new PropTypes
  • temporary fixed for stuck header issue for Android

v3.2.2

6 years ago

Bug fixed: #22 #27

Added warning when using advancedRefreshView on Android, since it's not ready yet.

The advancedRefreshView is not ready for Android at this moment. If the items are less than the height of device screen, the refreshView will not disappear. Please consider setting the refreshableMode={Platform.OS === "ios" ? "advanced" : "basic"}, or feel free to send me a PR to resolve this problem. Thanks a lot.

v3.2.1

6 years ago

Bug fixed - hide the allLoadedView when emptyView is rendered in the first place

v3.2.0

6 years ago

Breaking Changes:

  • Added new props: arrowImageSource, arrowImageStyle, dateStyle, refreshViewStyle, refreshViewHeight
  • If your change the refreshViewStyle, please make sure your refreshViewHeight is set correctly. Be careful, you need to set both of top and height style for iOS, while only height style need to be set on Android. More details, please see the Example.
  • Improved the stability of CustomRefreshView on Android
  • Bug fixed, Typo fixed.

v3.1.7

6 years ago

v3.1.6

6 years ago

Solved the AllLoadedView cannot be rendered correctly

v3.1.5

6 years ago
  • updated Example
  • removed unused code

v3.1.4

6 years ago

v3.1.3

6 years ago