tamagui 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 +54 -54
package/dist/native.js
CHANGED
|
@@ -4927,7 +4927,7 @@ var require_createComponent_native = __commonJS({
|
|
|
4927
4927
|
defaultVariants,
|
|
4928
4928
|
...nonTamaguiProps
|
|
4929
4929
|
} = viewPropsIn, viewProps = nonTamaguiProps;
|
|
4930
|
-
|
|
4930
|
+
isHOC && _themeProp && (viewProps.theme = _themeProp);
|
|
4931
4931
|
let animationStyles;
|
|
4932
4932
|
if (
|
|
4933
4933
|
// if it supports css vars we run it on server too to get matching initial style
|