[ReactNative] Quiet Navigator context warning

This commit is contained in:
Eric Vicenti 2015-04-27 17:25:34 -07:00
parent 6749f88650
commit ec3d70e738

View File

@ -267,7 +267,8 @@ var Navigator = React.createClass({
},
contextTypes: {
navigator: PropTypes.object,
// TODO (t6707746) Re-enable this when owner context switches to parent context
// navigator: PropTypes.object,
},
statics: {