From c1d8ee5ed581d9f51bc24f3edecffb5c8d82e543 Mon Sep 17 00:00:00 2001 From: Elie Steinbock Date: Sat, 12 Jan 2019 19:44:25 +0200 Subject: [PATCH] fixed broken export --- src/ExNavigation.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ExNavigation.js b/src/ExNavigation.js index a0a15ea..f75a304 100644 --- a/src/ExNavigation.js +++ b/src/ExNavigation.js @@ -43,7 +43,8 @@ export { default as NavigationActions } from './ExNavigationActions'; export { default as NavigationActionTypes } from './ExNavigationActionTypes'; export { default as NavigationReducer } from './ExNavigationReducer'; -export * as NavigationStyles from './ExNavigationStyles'; +import * as NavigationStyles from './ExNavigationStyles'; +export { NavigationStyles }; export { createRouter } from './ExNavigationRouter'; export {