We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1134955 commit b42ea96Copy full SHA for b42ea96
1 file changed
index.js
@@ -366,6 +366,7 @@ export default class ModalSelector extends React.Component {
366
supportedOrientations={this.props.supportedOrientations}
367
visible={this.state.modalVisible}
368
onRequestClose={this.close}
369
+ testID={this.props.modalTestId}
370
animationType={this.props.animationType}
371
onDismiss={() => this.state.changedItem && this.props.onChange(this.state.changedItem)}
372
>
0 commit comments