my fork of the bluesky client
at main 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}