cap-native-picker
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

cap-native-picker

High performance native picker

Install

npm i cap-native-picker
npx cap sync

API

showPicker(...)

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

Returns: Promise<{ selectedIndex: number; }>


Readme

Keywords

Package Sidebar

Install

npm i cap-native-picker

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

20.5 kB

Total Files

25

Last publish

Collaborators

  • brhoomjs