tamagui 1.104.0 → 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 +3 -0
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +3 -0
- package/dist/test.native.js.map +1 -1
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -13043,6 +13043,9 @@ var require_TamaguiProvider_native = __commonJS({
|
|
|
13043
13043
|
return (0, import_react4.useEffect)(function() {
|
|
13044
13044
|
setMounted(!0);
|
|
13045
13045
|
}, []), import_constants4.isWeb ? /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", {
|
|
13046
|
+
style: {
|
|
13047
|
+
display: "contents"
|
|
13048
|
+
},
|
|
13046
13049
|
className: mounted ? "" : "t_unmounted",
|
|
13047
13050
|
children: props.children
|
|
13048
13051
|
}) : props.children;
|