React-native :
I am using refresh-control for Scrollview, when pull to refresh triggers it won't hide even after data is updated on iOS. Same code works fine on Android.
I have tried debugging but didn't reach anywhere. Loading is being set to false.
RefreshControl
onRefresh={refetch}
refreshing={loading}
style={{ backgroundColor: 'transparent' }}
Expected - Refresh control should hide. Actual - Not hiding.