Set VideoView/netInfo prop as not required
This commit is contained in:
@@ -556,7 +556,7 @@ VideoView.propTypes =
|
||||
onChangeDisplayName : PropTypes.func,
|
||||
children : PropTypes.object,
|
||||
classes : PropTypes.object.isRequired,
|
||||
netInfo : PropTypes.object.isRequired
|
||||
netInfo : PropTypes.object
|
||||
};
|
||||
|
||||
export default withStyles(styles)(VideoView);
|
||||
|
||||
Reference in New Issue
Block a user