DefinitelyTyped/react-native
cailenmusselman bb7f9c8b2e Add navigationContext to react-native Navigator
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 {
   ...
}
2016-09-20 16:21:55 -06:00
..
react-native-animated-tests.tsx React native animated (#9057) 2016-04-26 01:03:05 +09:00
react-native-tests.tsx Multiple minor fixes (#10339) 2016-07-29 00:26:43 +09:00
react-native.d.ts Add navigationContext to react-native Navigator 2016-09-20 16:21:55 -06:00