@tamagui/core 1.105.2 → 1.105.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
@@ -8163,7 +8163,9 @@ current`, _object_spread2({}, styleState.style)));
8163
8163
  if (import_constants.isClient && !insertedTransforms[identifier2]) var rule;
8164
8164
  }
8165
8165
  }
8166
- if (!isReactNative && viewProps.tabIndex == null) var _viewProps_focusable, isFocusable, role;
8166
+ if (isReactNative) {
8167
+ if (viewProps.tabIndex === 0) var _viewProps, _accessible;
8168
+ } else if (viewProps.tabIndex == null) var _viewProps_focusable, isFocusable, role;
8167
8169
  }
8168
8170
  var styleProp = props.style;
8169
8171
  if (styleProp) if (isHOC) viewProps.style = normalizeStyle(styleProp);