UNPKG

@react-navigation/native-stack

Version:
21 lines (17 loc) 350 B
"use strict"; /** * Navigators */ export { createNativeStackNavigator } from "./navigators/createNativeStackNavigator.js"; /** * Views */ export { NativeStackView } from './views/NativeStackView'; /** * Hooks */ export { useAnimatedHeaderHeight } from "./utils/useAnimatedHeaderHeight.js"; /** * Types */ //# sourceMappingURL=index.js.map