# cap-native-picker

High performance native picker

## Install

```bash
npm i cap-native-picker
npx cap sync
```

## API

<docgen-index>

* [`showPicker(...)`](#showpicker)

</docgen-index>

<docgen-api>
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->

### showPicker(...)

```typescript
showPicker(options: { values: string[]; }) => Promise<{ selectedIndex: number; }>
```

| Param         | Type                               |
| ------------- | ---------------------------------- |
| **`options`** | <code>{ values: string[]; }</code> |

**Returns:** <code>Promise&lt;{ selectedIndex: number; }&gt;</code>

--------------------

</docgen-api>
