cap-native-picker
v1.0.6
Published
High performance native picker
Readme
cap-native-picker
High performance native picker
Install
npm i cap-native-picker
npx cap syncAPI
showPicker(...)
showPicker(options: { values: string[]; }) => Promise<{ selectedIndex: number; }>| Param | Type |
| ------------- | ---------------------------------- |
| options | { values: string[]; } |
Returns: Promise<{ selectedIndex: number; }>
