diff --git a/example/storybook-nativewind/src/core-components/nativewind/bottomsheet/index.tsx b/example/storybook-nativewind/src/core-components/nativewind/bottomsheet/index.tsx index d627f0eff2..e76630588f 100644 --- a/example/storybook-nativewind/src/core-components/nativewind/bottomsheet/index.tsx +++ b/example/storybook-nativewind/src/core-components/nativewind/bottomsheet/index.tsx @@ -100,7 +100,12 @@ export const BottomSheetPortal = ({ handleComponent: DragIndicator, backdropComponent: BackDrop, ...props -}: Partial & { +}: Partial & { defaultIsOpen?: boolean; snapToIndex?: number; snapPoints: string[]; @@ -288,6 +293,13 @@ export const BottomSheetFlatList = GorhomBottomSheetFlatList; export const BottomSheetSectionList = GorhomBottomSheetSectionList; export const BottomSheetTextInput = GorhomBottomSheetInput; +cssInterop(GorhomBottomSheet, { + className: 'style', + handleClassName: 'handleStyle', + containerClassName: 'containerStyle', + backgroundClassName: 'backgroundStyle', + handleIndicatorClassName: 'handleIndicatorStyle', +}) cssInterop(GorhomBottomSheetInput, { className: 'style' }); cssInterop(GorhomBottomSheetScrollView, { className: 'style' }); cssInterop(GorhomBottomSheetFlatList, { className: 'style' });