[Sheets] [Pt. 13] Keyboard handling (#5586)

Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
Hailey
2024-10-02 21:53:23 -07:00
committed by GitHub
parent 14e3567663
commit 52a8e4d616
8 changed files with 11 additions and 53 deletions
@@ -28,5 +28,4 @@ export interface BottomSheetViewProps {
onStateChange?: (
event: NativeSyntheticEvent<{state: BottomSheetState}>,
) => void
onAttemptDismiss?: (event: NativeSyntheticEvent<object>) => void
}