diff --git a/src/createNavigationContainer.js b/src/createNavigationContainer.js index 91aebb7..5cbbb59 100644 --- a/src/createNavigationContainer.js +++ b/src/createNavigationContainer.js @@ -285,6 +285,8 @@ export default function createNavigationContainer(Component) { 'Uncaught exception while starting app from persisted navigation state! Trying to render again with a fresh navigation state..' ); this.dispatch(NavigationActions.init()); + } else { + throw new Error(e); } }