@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.
- package/dist/cjs/getBaseViews.native.js +6 -1
- package/dist/cjs/getBaseViews.native.js.map +2 -2
- package/dist/esm/getBaseViews.native.js +7 -1
- package/dist/esm/getBaseViews.native.js.map +1 -1
- package/dist/native.js +6 -4
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +2 -0
- package/dist/test.native.js.map +2 -2
- package/package.json +8 -8
- package/src/getBaseViews.native.ts +2 -1
- package/types/getBaseViews.native.d.ts.map +1 -1
- package/types/helpers/getBoundingClientRect.d.ts.map +1 -1
- package/types/helpers/getRect.d.ts.map +1 -1
- package/types/hooks/useElementLayout.d.ts.map +1 -1
- package/types/inject-styles.d.ts.map +1 -1
- package/types/vendor/Pressability.d.ts.map +1 -1
package/dist/test.native.js
CHANGED
|
@@ -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,
|