1.0.6 • Published 4 years ago

cap-native-picker v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago