We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e886fdc commit 52b0ac0Copy full SHA for 52b0ac0
1 file changed
index.js
@@ -276,6 +276,7 @@ export default class ModalSelector extends React.Component {
276
accessibilityLabel={option.accessibilityLabel || undefined}
277
importantForAccessibility={isFirstItem ? 'yes' : 'no'}
278
{...this.props.passThruProps}
279
+ disabled={option.disabled}
280
>
281
<View style={[styles.optionStyle, this.props.optionStyle, isLastItem && { borderBottomWidth: 0 }]}>
282
{component}
0 commit comments