tamagui 1.86.0 → 1.86.1
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/native.js +4 -7
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +4 -7
- package/dist/test.native.js.map +1 -1
- package/package.json +52 -52
package/dist/native.js
CHANGED
|
@@ -10598,15 +10598,12 @@ var require_createSheet_native = __commonJS({
|
|
|
10598
10598
|
}
|
|
10599
10599
|
)
|
|
10600
10600
|
), Sheet = (0, import_react2.forwardRef)(function(props, ref) {
|
|
10601
|
-
let hydrated = (0, import_use_did_finish_ssr.useDidFinishSSR)(), { isShowingNonSheet } = (0, import_useSheetController.useSheetController)(), SheetImplementation = import_SheetImplementationCustom.SheetImplementationCustom
|
|
10601
|
+
let hydrated = (0, import_use_did_finish_ssr.useDidFinishSSR)(), { isShowingNonSheet } = (0, import_useSheetController.useSheetController)(), SheetImplementation = import_SheetImplementationCustom.SheetImplementationCustom;
|
|
10602
10602
|
if (props.native && import_react_native4.Platform.OS === "ios") {
|
|
10603
|
-
|
|
10604
|
-
|
|
10605
|
-
let impl = (0, import_nativeSheet.getNativeSheet)("ios");
|
|
10606
|
-
impl && (SheetImplementation = impl);
|
|
10607
|
-
}
|
|
10603
|
+
let impl = (0, import_nativeSheet.getNativeSheet)("ios");
|
|
10604
|
+
impl && (SheetImplementation = impl);
|
|
10608
10605
|
}
|
|
10609
|
-
return isShowingNonSheet || !hydrated ? null : /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(SheetImplementation, { ref, ...props
|
|
10606
|
+
return isShowingNonSheet || !hydrated ? null : /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(SheetImplementation, { ref, ...props });
|
|
10610
10607
|
}), components = {
|
|
10611
10608
|
Frame: SheetFrame,
|
|
10612
10609
|
Overlay: SheetOverlay,
|