We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed95d9f commit 20e7f4fCopy full SHA for 20e7f4f
src/types.tsx
@@ -1,4 +1,4 @@
1
-import type { BottomSheetProps } from '@gorhom/bottom-sheet';
+import type { BottomSheetModalProps } from '@gorhom/bottom-sheet';
2
import type {
3
DefaultNavigatorOptions,
4
Descriptor,
@@ -64,7 +64,7 @@ export type BottomSheetNavigationHelpers = NavigationHelpers<
64
export type BottomSheetNavigationConfig = {};
65
66
export type BottomSheetNavigationOptions = Omit<
67
- BottomSheetProps,
+ BottomSheetModalProps,
68
// Remove some props that aren't useful as navigation options.
69
| 'containerHeight'
70
| 'snapPoints'
0 commit comments