Category Archives: RefreshControl
Increase Size of RefreshControl Indicator in React Native

Hello friends, In today’s tutorial we would learn about increasing size of RefreshControl loading indicator in react native. To increase the size of RefreshControl loading indicator we have to use size prop. It comes with 2 parameters ‘default‘ and ‘large‘. But the main thing is that it is a Android…
Example of ProgressViewOffset in RefreshControl in React Native

Hello friends, In today’s tutorial we would learn about ProgressViewOffset prop of RefreshControl component in react native. As we previously learn from our tutorials RefreshControl is used to implement pull down to refresh list control in react native. Now the progress or loading indicator RefreshControl show us by default present…
Change RefreshControl Progress Background Color in React Native

Hello friends, We’re back with a Refresh Control component tutorial today in react native. In today’s tutorial we would learn about change RefreshControl progress background color in react native. This can be possible via progressBackgroundColor prop. This prop supports all type of color values present in react native. One more…