Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
feat: export NavigationContext
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Aug 28, 2019
1 parent ea4c753 commit 9245c79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export { default as BaseRouter } from './BaseRouter';
export { default as NavigationContainer } from './NavigationContainer';
export { default as createNavigator } from './createNavigator';

export { default as NavigationContext } from './NavigationContext';

export { default as useNavigationBuilder } from './useNavigationBuilder';
export { default as useNavigation } from './useNavigation';
export { default as useFocusEffect } from './useFocusEffect';
Expand Down

0 comments on commit 9245c79

Please sign in to comment.