# Pull To Refresh (Mobile)

> Constrained list with refresh handler and indicator.
> Source: https://otf-kit.dev/components/mobile-pull-to-refresh

## At a glance

- **Platform:** React Native (Expo)
- **Category:** Feedback
- **Package:** `@otfdashkit/ui-native` (free, MIT)
- **Tags:** refresh, pull, native

## Install

```bash
bun add @otfdashkit/ui-native
```

## Usage

```tsx
import { PullToRefresh } from '@otfdashkit/ui-native'
```

The `<PullToRefresh>` component ships the same prop API on web (`@otfdashkit/ui`) and native (`@otfdashkit/ui-native`) where a parity version exists.

## Links

- Live preview + code: https://otf-kit.dev/components/mobile-pull-to-refresh
- Storybook: https://native.otf-kit.dev
- All components: https://otf-kit.dev/components
