Skip to content

Commit 93a64c8

Browse files
fix: add missing import for getActiveLeafRoute (#585)
Co-authored-by: Rostislav Simonik <[email protected]>
1 parent 7a63d9d commit 93a64c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export {
99
registerScreenConditions,
1010
screenConditionConfigMap,
1111
} from './Api/ConditionManager'
12+
export {
13+
getActiveLeafRoute,
14+
} from './Api/NavigationUtils'
1215
export { configManager } from './Config'
1316
export { registerOnActionFactory } from './Containers/ReactNavigationInjection'
1417
export {

0 commit comments

Comments
 (0)