dhre-ui-kit 0.0.276 → 0.0.278

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -716,7 +716,7 @@ const BottomDrawer = ({
716
716
  enablePanDownToClose: true,
717
717
  style: [styles$z.mainContainer, style]
718
718
  },
719
- /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: [styles$z.mainContainer, style], testID }, showBlurView ? /* @__PURE__ */ React__default["default"].createElement(
719
+ /* @__PURE__ */ React__default["default"].createElement(BottomSheet.BottomSheetView, { style: [styles$z.mainContainer, style], testID }, showBlurView ? /* @__PURE__ */ React__default["default"].createElement(
720
720
  blur.BlurView,
721
721
  {
722
722
  style: [styles$z.blurView, blurViewStyle],