dev-sathish
dev-sathish
> 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 > > ```...