1.1.0 • Published 5 years ago
@mindconsulting/react-native-multiple-select v1.1.0
| Name | Type | Description |
|---|---|---|
| value | string[] | Represents the current value |
| items | string[] | A list of strings which will be converted into a list of checkboxes |
| labelStyle | ViewStyle | Custom Label style |
| labelContainerStyle | ViewStyle | Custom Container style |
| labelTextStyle | TextStyle | Custom Text style for text inside label |
| onModalClosed | (result: string[]) => void | Callback use for updating your state, its triggered whenever you close the modal |
| addLabelText | string | Text shown when there's no item selected. |
| closeText | string | Text of the close button shown in the modal top right corner when it's visible. |