fix first sheet height change not registering (#8267)

This commit is contained in:
Samuel Newman
2025-04-22 21:49:20 +03:00
committed by GitHub
parent dba0bd8379
commit b1550f9c02
3 changed files with 11 additions and 7 deletions
@@ -1,4 +1,4 @@
import {BottomSheetViewProps} from './BottomSheet.types'
import {type BottomSheetViewProps} from './BottomSheet.types'
export function BottomSheetNativeComponent(_: BottomSheetViewProps) {
throw new Error('BottomSheetNativeComponent is not available on web')