Add padding to dialogs when keyboard is open on Android (#4182)

* add keyboard padding to android dialogs

* missing `keyboardDismissMode` for `ScrollableInner`

* add to `MutedWords`

* add to `LabelsOnMe`
This commit is contained in:
Hailey
2024-05-23 10:01:31 -07:00
committed by GitHub
parent 3d1ed04a70
commit 5217876f24
8 changed files with 54 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
export function KeyboardPadding({maxHeight: _}: {maxHeight?: number}) {
return null
}