i6mi6 / react-native-parallax-scroll-view

A ScrollView-like component with parallax and sticky header support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hope to support pull refresh

ishareme opened this issue · comments

Hope to support pull refresh ?

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} />} ... />

Thank @filianer, This worked for me.