@tamagui/core 1.103.3 → 1.104.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 -1
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +4 -1
- package/dist/test.native.js.map +2 -2
- package/package.json +6 -6
package/dist/native.js
CHANGED
|
@@ -6619,7 +6619,7 @@ var require_expandStyle_native = __commonJS({
|
|
|
6619
6619
|
}
|
|
6620
6620
|
});
|
|
6621
6621
|
module2.exports = __toCommonJS2(expandStyle_exports);
|
|
6622
|
-
var import_constants = require_index_native3(), import_webToNativeProps = require_webToNativeProps_native();
|
|
6622
|
+
var import_constants = require_index_native3(), import_webToNativeProps = require_webToNativeProps_native(), import_config = require_config_native();
|
|
6623
6623
|
function _define_property2(obj, key, value) {
|
|
6624
6624
|
return key in obj ? Object.defineProperty(obj, key, {
|
|
6625
6625
|
value,
|
|
@@ -12937,6 +12937,9 @@ var require_TamaguiProvider_native = __commonJS({
|
|
|
12937
12937
|
return (0, import_react3.useEffect)(function() {
|
|
12938
12938
|
setMounted(!0);
|
|
12939
12939
|
}, []), import_constants.isWeb ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", {
|
|
12940
|
+
style: {
|
|
12941
|
+
display: "contents"
|
|
12942
|
+
},
|
|
12940
12943
|
className: mounted ? "" : "t_unmounted",
|
|
12941
12944
|
children: props.children
|
|
12942
12945
|
}) : props.children;
|