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