1.0.6 • Published 3 years ago
cap-native-picker v1.0.6
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; }>