@tamagui/core 1.89.9 → 1.89.10
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 +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +6 -6
package/dist/native.js
CHANGED
|
@@ -5088,7 +5088,7 @@ var require_createComponent_native = __commonJS({
|
|
|
5088
5088
|
defaultVariants,
|
|
5089
5089
|
...nonTamaguiProps
|
|
5090
5090
|
} = viewPropsIn, viewProps = nonTamaguiProps;
|
|
5091
|
-
|
|
5091
|
+
isHOC && _themeProp && (viewProps.theme = _themeProp);
|
|
5092
5092
|
let animationStyles;
|
|
5093
5093
|
if (
|
|
5094
5094
|
// if it supports css vars we run it on server too to get matching initial style
|