about summary refs log tree commit diff
path: root/src/view/com/modals/util.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-03-20 17:26:38 -0700
committerGitHub <noreply@github.com>2024-03-20 17:26:38 -0700
commitad3dd9f6dccaa4b73da0000f41f23ac2fea5d1b2 (patch)
tree15ead3dd8c57511472b70d7528a5fda1e76ad756 /src/view/com/modals/util.tsx
parentc649ee1afa80f71f108187df5671ae85eeaeed99 (diff)
downloadvoidsky-ad3dd9f6dccaa4b73da0000f41f23ac2fea5d1b2.tar.zst
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
Diffstat (limited to 'src/view/com/modals/util.tsx')
-rw-r--r--src/view/com/modals/util.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/util.tsx b/src/view/com/modals/util.tsx
index 06f394ec4..c047a0523 100644
--- a/src/view/com/modals/util.tsx
+++ b/src/view/com/modals/util.tsx
@@ -1,4 +1,4 @@
 export {
   BottomSheetScrollView as ScrollView,
   BottomSheetTextInput as TextInput,
-} from '@gorhom/bottom-sheet'
+} from '@discord/bottom-sheet/src'