You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`passThruProps`| object | Yes | {} | props to pass through to the container View and each option TouchableOpacity (e.g. testID for testing)
174
174
`selectTextPassThruProps`| object | Yes | {} | props to pass through to the select text component
175
175
`optionTextPassThruProps`| object | Yes | {} | props to pass through to the options text components in the modal
176
+
`cancelTextPassThruProps`| object | Yes | {} | props to pass through to the cancel text components in the modal
176
177
`scrollViewPassThruProps`| object | Yes | {} | props to pass through to the internal ScrollView
177
178
`openButtonContainerAccessible`| bool | Yes | false | `true` enables accessibility for the open button container. Note: if `false` be sure to define accessibility props directly in the wrapped component.
178
179
`listItemAccessible`| bool | Yes | false | `true` enables accessibility for data items. Note: data items should have an `accessibilityLabel` property if this is enabled
0 commit comments