tamagui 1.116.2 → 1.116.4

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 CHANGED
@@ -16161,7 +16161,7 @@ var require_Adapt_native = __commonJS({
16161
16161
  children: props.children
16162
16162
  });
16163
16163
  }, useAdaptIsActiveGiven = function(param) {
16164
- var { when, platform: platform2 } = param, media = (0, import_core12.useMedia)(), enabled = !1;
16164
+ var { when, platform: platform2 } = param, media = (0, import_core12.useMedia)(), enabled = !platform2;
16165
16165
  return platform2 === "touch" && (enabled = import_constants4.isTouchable), platform2 === "native" && (enabled = !import_constants4.isWeb), platform2 === "web" && (enabled = import_constants4.isWeb), platform2 === "ios" && (enabled = import_constants4.isIos), platform2 === "android" && (enabled = import_constants4.isAndroid), when && typeof when == "string" && !media[when] && (enabled = !1), enabled;
16166
16166
  }, useAdaptIsActive = function(scope) {
16167
16167
  var props = useAdaptContext(scope);