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
This commit is contained in:
parent
c649ee1afa
commit
ad3dd9f6dc
11 changed files with 138 additions and 126 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export {
|
||||
BottomSheetScrollView as ScrollView,
|
||||
BottomSheetTextInput as TextInput,
|
||||
} from '@gorhom/bottom-sheet'
|
||||
} from '@discord/bottom-sheet/src'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue