Skip to content

Commit

Permalink
[ReactNative] Quiet Navigator context warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Vicenti committed Apr 28, 2015
1 parent 6749f88 commit ec3d70e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Libraries/CustomComponents/Navigator/Navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit ec3d70e

Please sign in to comment.