mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-15 18:14:28 +00: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 {
...
}