···11import {BottomSheetViewProps} from './BottomSheet.types'
2233export function BottomSheet(_: BottomSheetViewProps) {
44- throw new Error('BottomSheetView is not available on web')
44+ throw new Error('BottomSheet is not available on web')
55}
···11+import {BottomSheetViewProps} from './BottomSheet.types'
22+33+export function BottomSheetNativeComponent(_: BottomSheetViewProps) {
44+ throw new Error('BottomSheetNativeComponent is not available on web')
55+}