fix import

This commit is contained in:
Hailey
2024-10-02 18:05:23 -07:00
parent 2b98055f0e
commit 7ee865f75d
+1 -1
View File
@@ -19,7 +19,7 @@ const NativeView: React.ComponentType<
ref: React.RefObject<any> ref: React.RefObject<any>
style: StyleProp<ViewStyle> style: StyleProp<ViewStyle>
} }
> = requireNativeViewManager('BlueskyBottomSheet') > = requireNativeViewManager('BottomSheet')
export class BottomSheetView extends React.Component< export class BottomSheetView extends React.Component<
BottomSheetViewProps, BottomSheetViewProps,