@tamagui/core 1.94.3 → 1.94.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
@@ -9453,7 +9453,7 @@ var require_createComponent_native = __commonJS({
9453
9453
  "theme",
9454
9454
  "defaultVariants"
9455
9455
  ]), viewProps = nonTamaguiProps;
9456
- isHOC && _themeProp && (viewProps.theme = _themeProp), elementType.acceptTagProp && (viewProps.tag = tagProp);
9456
+ !isTaggable && props.forceStyle && (viewProps.forceStyle = props.forceStyle), isHOC && _themeProp && (viewProps.theme = _themeProp), elementType.acceptTagProp && (viewProps.tag = tagProp);
9457
9457
  var animationStyles;
9458
9458
  if (
9459
9459
  // if it supports css vars we run it on server too to get matching initial style