React Native RefreshControl tintColor title titleColor iOS Example

Hello friends, We’re now at the end of RefreshControl component of react native. In today’s tutorial we would learn about 3 props of RefreshControl component known as tintColor, title and titleColor. We would discuss them one by one. But one more thing they both are iOS only props so they works only in iOS devices. So in this tutorial we would learn about React Native RefreshControl tintColor title titleColor iOS Example. You can learn more about them HERE.

Props :-

  1. tintColor :- This prop is used to change refresh control loading indicator color in iOS.
  2. title :- This prop is used to set Title text just below the refresh control loading indicator in iOS.
  3. titleColor :- It is used to set Title text color.

Screenshot :-

Contents in this project React Native RefreshControl tintColor title titleColor iOS Example :-

1. Below is the source code with RefreshControl tintColor, title, titleColor prop.

2. Complete Source Code for App.js File :-

Screenshot :-

React Native RefreshControl tintColor title titleColor iOS Example

Leave a Reply

Your email address will not be published. Required fields are marked *