Skip to content

v3.2.2 Sep 18 2017

Compare
Choose a tag to compare
@gameboyVito gameboyVito released this 18 Sep 04:11
· 11 commits to master since this release

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.