mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
react-native\Libraries\CustomComponents\Navigator\Navigator.js
var Navigator = React.createClass({
...
componentWillMount: function() {
// TODO(t7489503): Don't need this once ES6 Class landed.
this.__defineGetter__('navigationContext', this._getNavigationContext);
this._subRouteFocus = [];
...
...
}
react-native\Libraries\CustomComponents\Navigator\Navigation\NavigationContext.js
class NavigationContext {
...
}