From ad3dd9f6dccaa4b73da0000f41f23ac2fea5d1b2 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 20 Mar 2024 17:26:38 -0700 Subject: Fix problems with `BottomSheet` and the report dialog (#3297) * use @discord/bottom-sheet * add @types/invariant * some progress on keyboard dialog * rework rework add a comment use discord bottom sheet * remove `@gorhom/bottom-sheet` * remove android specific code * organize imports --- src/components/Dialog/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Dialog/types.ts') diff --git a/src/components/Dialog/types.ts b/src/components/Dialog/types.ts index 91d86cb53..1ddab02ee 100644 --- a/src/components/Dialog/types.ts +++ b/src/components/Dialog/types.ts @@ -4,7 +4,7 @@ import type { GestureResponderEvent, ScrollViewProps, } from 'react-native' -import {BottomSheetProps} from '@gorhom/bottom-sheet' +import {BottomSheetProps} from '@discord/bottom-sheet/src' import {ViewStyleProp} from '#/alf' -- cgit 1.4.1