diff options
Diffstat (limited to 'modules/bottom-sheet/src/BottomSheet.web.tsx')
-rw-r--r-- | modules/bottom-sheet/src/BottomSheet.web.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/bottom-sheet/src/BottomSheet.web.tsx b/modules/bottom-sheet/src/BottomSheet.web.tsx new file mode 100644 index 000000000..4573604eb --- /dev/null +++ b/modules/bottom-sheet/src/BottomSheet.web.tsx @@ -0,0 +1,5 @@ +import {BottomSheetViewProps} from './BottomSheet.types' + +export function BottomSheet(_: BottomSheetViewProps) { + throw new Error('BottomSheetView is not available on web') +} |