tamagui 1.127.0 → 1.127.1
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 +4 -1
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +4 -1
- package/dist/test.native.js.map +2 -2
- package/package.json +55 -55
package/dist/native.js
CHANGED
|
@@ -1149,6 +1149,9 @@ var require_constants_native = __commonJS({
|
|
|
1149
1149
|
}), mod);
|
|
1150
1150
|
}, constants_native_exports = {};
|
|
1151
1151
|
__export2(constants_native_exports, {
|
|
1152
|
+
IS_REACT_19: function() {
|
|
1153
|
+
return IS_REACT_19;
|
|
1154
|
+
},
|
|
1152
1155
|
currentPlatform: function() {
|
|
1153
1156
|
return currentPlatform;
|
|
1154
1157
|
},
|
|
@@ -1184,7 +1187,7 @@ var require_constants_native = __commonJS({
|
|
|
1184
1187
|
}
|
|
1185
1188
|
});
|
|
1186
1189
|
module2.exports = __toCommonJS2(constants_native_exports);
|
|
1187
|
-
var import_react3 = require("react"), import_react_native4 = require("react-native"), isWeb6 = !1, isWindowDefined = !1, isServer2 = !1, isClient2 = !1, useIsomorphicLayoutEffect2 = import_react3.useLayoutEffect, isChrome2 = !1, isWebTouchable2 = !1, isTouchable2 = !0, isAndroid = import_react_native4.Platform.OS === "android" || process.env.TEST_NATIVE_PLATFORM === "android", isIos = import_react_native4.Platform.OS === "ios" || process.env.TEST_NATIVE_PLATFORM === "ios", platforms = {
|
|
1190
|
+
var import_react3 = require("react"), import_react22 = require("react"), import_react_native4 = require("react-native"), IS_REACT_19 = !!import_react22.use, isWeb6 = !1, isWindowDefined = !1, isServer2 = !1, isClient2 = !1, useIsomorphicLayoutEffect2 = import_react3.useLayoutEffect, isChrome2 = !1, isWebTouchable2 = !1, isTouchable2 = !0, isAndroid = import_react_native4.Platform.OS === "android" || process.env.TEST_NATIVE_PLATFORM === "android", isIos = import_react_native4.Platform.OS === "ios" || process.env.TEST_NATIVE_PLATFORM === "ios", platforms = {
|
|
1188
1191
|
ios: "ios",
|
|
1189
1192
|
android: "android"
|
|
1190
1193
|
}, currentPlatform = platforms[import_react_native4.Platform.OS] || "native";
|