# Pressable (Mobile)

> Tap target — press animation, disabled, hit slop, modifiers.
> Source: https://otf-kit.dev/components/mobile-pressable

## At a glance

- **Platform:** React Native (Expo)
- **Category:** Display
- **Package:** `@otfdashkit/ui-native` (free, MIT)
- **Tags:** press, tap, native

## Install

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

## Usage

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

The `<Pressable>` 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-pressable
- Storybook: https://native.otf-kit.dev
- All components: https://otf-kit.dev/components
