cap-native-picker
v1.0.6
Published
High performance native picker
Downloads
2
Readme
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; }>