@tamagui/core 1.125.26 → 1.125.27

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.
@@ -11589,6 +11589,8 @@ function getAccessibilityRoleFromRole(role) {
11589
11589
  // src/getBaseViews.native.ts
11590
11590
  function getBaseViews() {
11591
11591
  var native = require("react-native"), View2, TextAncestor;
11592
+ if (0)
11593
+ var TextAncestorModule, _TextAncestorModule_default;
11592
11594
  return View2 || (View2 = native.View || native.default.View), {
11593
11595
  View: View2,
11594
11596
  Text: native.Text || native.default.Text,