5217876f24
* add keyboard padding to android dialogs * missing `keyboardDismissMode` for `ScrollableInner` * add to `MutedWords` * add to `LabelsOnMe`
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
export function KeyboardPadding({maxHeight: _}: {maxHeight?: number}) {
|
|
return null
|
|
}
|