diff options
author | Hailey <me@haileyok.com> | 2024-03-20 17:26:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 17:26:38 -0700 |
commit | ad3dd9f6dccaa4b73da0000f41f23ac2fea5d1b2 (patch) | |
tree | 15ead3dd8c57511472b70d7528a5fda1e76ad756 /src/view/com/modals/util.tsx | |
parent | c649ee1afa80f71f108187df5671ae85eeaeed99 (diff) | |
download | voidsky-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.tsx | 2 |
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' |