Add missing web component (for native view manager) (#5662)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import {BottomSheetViewProps} from './BottomSheet.types'
|
import {BottomSheetViewProps} from './BottomSheet.types'
|
||||||
|
|
||||||
export function BottomSheet(_: BottomSheetViewProps) {
|
export function BottomSheet(_: BottomSheetViewProps) {
|
||||||
throw new Error('BottomSheetView is not available on web')
|
throw new Error('BottomSheet is not available on web')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
import {BottomSheetViewProps} from './BottomSheet.types'
|
||||||
|
|
||||||
|
export function BottomSheetNativeComponent(_: BottomSheetViewProps) {
|
||||||
|
throw new Error('BottomSheetNativeComponent is not available on web')
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user