dev-sathish

Results 3 comments of dev-sathish
trafficstars

> I think there will never be a fix as the issue is with the gesture handler by another library. What I did to overcome this is to put the...

> This worked for me. > > Import RefreshControl from react-native > `import { RefreshControl } from 'react-native';` > > And use it like this > > ``` > showsVerticalScrollIndicator={false}...

> > This worked for me. > > Import RefreshControl from react-native > > `import { RefreshControl } from 'react-native';` > > And use it like this > > ```...