PullToRefresh
PullToRefresh copied to clipboard
fix contentinset bug
hey @dylanNew! please leave some description what exactly your PR fixes these changes looks important and could impact existing users
@rnkyr I think that's because the following lines check offset against 0, but we could be setting the offset to start with an inset, so the result won't be right.
A side issue is that the .initial state is never called, and when I pull half way then release there's no call back - how do you deal with cancelled state?