[ReactNative] Quiet Navigator context warning

This commit is contained in:
Eric Vicenti 2015-04-27 17:25:34 -07:00
Родитель 6749f88650
Коммит ec3d70e738
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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: {