From 49828a34dcf4d356fd6c66bb9d498fad3f5b6162 Mon Sep 17 00:00:00 2001 From: Eric Vicenti Date: Tue, 12 Jun 2018 11:59:09 -0700 Subject: [PATCH] Export getNavigation as public API, test redux (#4489) This unblocks the fixing of react-navigation-redux-helpers to unbreak redux support in 2.3 https://github.com/react-navigation/react-navigation-redux-helpers/pull/37 All redux users will need to change their code to reflect the changes made here to `ReduxExample/AppNavigator` --- .../examples/ReduxExample/src/navigators/AppNavigator.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-navigation/examples/ReduxExample/src/navigators/AppNavigator.js b/packages/react-navigation/examples/ReduxExample/src/navigators/AppNavigator.js index 64fda39a..ceacbd3b 100644 --- a/packages/react-navigation/examples/ReduxExample/src/navigators/AppNavigator.js +++ b/packages/react-navigation/examples/ReduxExample/src/navigators/AppNavigator.js @@ -31,7 +31,6 @@ class AppWithNavigationState extends React.Component { dispatch, nav, AppNavigator.router, - () => this.props.screenProps, () => this._navigation ); return ;