diff --git a/Libraries/CustomComponents/Navigator/Navigator.js b/Libraries/CustomComponents/Navigator/Navigator.js index af1ceb2a4c0816..095a4efd57f179 100644 --- a/Libraries/CustomComponents/Navigator/Navigator.js +++ b/Libraries/CustomComponents/Navigator/Navigator.js @@ -227,19 +227,13 @@ var Navigator = React.createClass({ /** * Will emit the target route upon mounting and before each nav transition */ - onWillFocus: deprecatedPropType( - PropTypes.func, - "Use `navigationContext.addListener('willfocus', callback)` instead." - ), + onWillFocus: PropTypes.func, /** * Will be called with the new route of each scene after the transition is * complete or after the initial mounting */ - onDidFocus: deprecatedPropType( - PropTypes.func, - "Use `navigationContext.addListener('didfocus', callback)` instead." - ), + onDidFocus: PropTypes.func, /** * Optionally provide a navigation bar that persists across scene