diff --git a/Libraries/Modal/Modal.js b/Libraries/Modal/Modal.js index 3c41898f5246da..4b8275bec79a0c 100644 --- a/Libraries/Modal/Modal.js +++ b/Libraries/Modal/Modal.js @@ -264,7 +264,8 @@ class Modal extends React.Component { // $FlowFixMe[method-unbinding] added when improving typing for this parameters onStartShouldSetResponder={this._shouldSetResponder} supportedOrientations={this.props.supportedOrientations} - onOrientationChange={this.props.onOrientationChange}> + onOrientationChange={this.props.onOrientationChange} + testID={this.props.testID}>