Skip to content

Commit f95f978

Browse files
committed
2 parents db8ce73 + 11b56b0 commit f95f978

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ export default class ModalSelector extends React.Component {
464464
supportedOrientations={this.props.supportedOrientations}
465465
visible={this.state.modalVisible}
466466
onRequestClose={this.close}
467+
testID={this.props.modalTestId}
467468
animationType={this.props.animationType}
468469
onDismiss={() => this.state.changedItem && this.props.onChange(this.state.changedItem)}
469470
>

0 commit comments

Comments
 (0)