@comergehq/studio 0.1.6 → 0.1.7

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/dist/index.js CHANGED
@@ -1772,7 +1772,7 @@ function StudioBottomSheet({
1772
1772
  index: open ? snapPoints.length - 1 : -1,
1773
1773
  snapPoints,
1774
1774
  enablePanDownToClose: true,
1775
- keyboardBehavior: import_react_native6.Platform.OS === "ios" ? "interactive" : "extend",
1775
+ keyboardBehavior: "extend",
1776
1776
  keyboardBlurBehavior: "restore",
1777
1777
  android_keyboardInputMode: "adjustResize",
1778
1778
  backgroundComponent: (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(StudioSheetBackground, { ...props, renderBackground: background == null ? void 0 : background.renderBackground }),