Looking for documentation on gluestack-ui v2 with NativeWind? Refer to this link.

Refresh Control

Following is the default implementation of the Refresh Control component without any additional customization. This serves as a starting point for users who are new to this library and want to learn about the basic functionality and appearance of the component.
Note: Refresh Control component is an iOS/Android only component, please try the example on the respective devices.

Note: You can refer here to learn about default styling of Refresh Control component

Import

To use this component in your project, include the following import statement in your file.
import { RefreshControl } from '@gluestack-ui/themed';

Anatomy

The structure provided below can help you identify and understand a Refresh Control component's various parts.
export default () => <RefreshControl />

API Reference

The following section contains a comprehensive list of the component's references, including descriptions, properties, types, and default behavior. This information is readily available for you to access, helping you effectively utilize the component library in your projects.

Refresh Control

It inherits all the properties of React Native's Refresh Control component.