We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db8ce73 + 11b56b0 commit f95f978Copy full SHA for f95f978
1 file changed
index.js
@@ -464,6 +464,7 @@ export default class ModalSelector extends React.Component {
464
supportedOrientations={this.props.supportedOrientations}
465
visible={this.state.modalVisible}
466
onRequestClose={this.close}
467
+ testID={this.props.modalTestId}
468
animationType={this.props.animationType}
469
onDismiss={() => this.state.changedItem && this.props.onChange(this.state.changedItem)}
470
>
0 commit comments