# Stay Detail (Mobile)

> Booking-confirmation screen — hero image, rating chip, price + owner subtitle, metric row, accent CTA.
> Source: https://otf-kit.dev/components/mobile-stay-detail

## At a glance

- **Platform:** React Native (Expo)
- **Category:** Layout
- **Package:** `@otfdashkit/ui-native` (free, MIT)
- **Tags:** stay, detail, screen, native

## Install

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

## Usage

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

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