1.0.6 • Published 3 years ago

cap-native-picker v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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; }>
ParamType
options{ values: string[]; }

Returns: Promise<{ selectedIndex: number; }>


1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago