You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have spent time with this and it is as simple as this:
import { RefreshControl } from 'react-native';
... <ParallaxScrollView refreshControl={<RefreshControl refreshing={loading} onRefresh={onRefreshDataHandler} />} ... />
Hope to support pull refresh ?
The text was updated successfully, but these errors were encountered: