We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67cd201 + cbbccd0 commit 3ada3fdCopy full SHA for 3ada3fd
packages/core/src/platform/env/navigationHelper.ios.js
@@ -1,14 +1,12 @@
1
import { createNativeStackNavigator } from '@react-navigation/native-stack'
2
import { NavigationContainer, StackActions } from '@react-navigation/native'
3
import PortalHost from '@mpxjs/webpack-plugin/lib/runtime/components/react/dist/mpx-portal/portal-host'
4
-import { useHeaderHeight } from '@react-navigation/elements'
5
import { SafeAreaProvider, useSafeAreaInsets } from 'react-native-safe-area-context'
6
import { GestureHandlerRootView } from 'react-native-gesture-handler'
7
8
export {
9
createNativeStackNavigator,
10
NavigationContainer,
11
- useHeaderHeight,
12
StackActions,
13
GestureHandlerRootView,
14
PortalHost,
0 commit comments