Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hepter committed May 18, 2021
2 parents db8ce73 + 11b56b0 commit f95f978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ export default class ModalSelector extends React.Component {
supportedOrientations={this.props.supportedOrientations}
visible={this.state.modalVisible}
onRequestClose={this.close}
testID={this.props.modalTestId}
animationType={this.props.animationType}
onDismiss={() => this.state.changedItem && this.props.onChange(this.state.changedItem)}
>
Expand Down

0 comments on commit f95f978

Please sign in to comment.