mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at vouch-impl 5 lines 202 B view raw
1import {BottomSheetViewProps} from './BottomSheet.types' 2 3export function BottomSheetNativeComponent(_: BottomSheetViewProps) { 4 throw new Error('BottomSheetNativeComponent is not available on web') 5}