Currently pages refresh when the page is pulled down. This doesn't feel natural — it should refresh on release instead.
Are you referring to all pages that use PullToRefresh like the events screen/repository screen/org screen?
Yes, as far as I know this happens on all screens.
What does "refresh on release" mean?
@lex111 i think @andrewda means when you release the screen so put away your finger the refresh action should start, right?
Yea. Almost all apps I know of refresh when you let go, not when you pull up. Example:

@andrewda thanks, now I understand what you, although it's unusual for me, or I'm just used to the fact that now :smile:
So all pull to refresh functionality uses the RefreshControl (either directly or through FlatList as a onRefresh prop). So on iOS - it works lovely in my opinion

However if I'm not mistaken, the last time I tried with Android it acted a little weirdly. It wasn't really pulling the list was it? It just shows the loading indicator on pull and that's it. @andrewda @lex111 are you noticing the same thing?
Attached an android tag to this ticket but let me know if you happened to also be referring to iOS @andrewda
Wait @housseindjirdeh try on a profile or repository. That's where it acts strangely for me (on iOS).
Yeah when you pull down and don't leave you finger it refreshes the content and acts a bit strange
Most helpful comment
Yea. Almost all apps I know of refresh when you let go, not when you pull up. Example: