@tamagui/core 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 +7 -7
package/dist/test.native.js
CHANGED
|
@@ -393,6 +393,9 @@ var require_constants_native = __commonJS({
|
|
|
393
393
|
}), mod);
|
|
394
394
|
}, constants_native_exports = {};
|
|
395
395
|
__export2(constants_native_exports, {
|
|
396
|
+
IS_REACT_19: function() {
|
|
397
|
+
return IS_REACT_19;
|
|
398
|
+
},
|
|
396
399
|
currentPlatform: function() {
|
|
397
400
|
return currentPlatform;
|
|
398
401
|
},
|
|
@@ -428,7 +431,7 @@ var require_constants_native = __commonJS({
|
|
|
428
431
|
}
|
|
429
432
|
});
|
|
430
433
|
module2.exports = __toCommonJS2(constants_native_exports);
|
|
431
|
-
var import_react3 = require("react"), import_react_native = require("react-native"), isWeb = !1, isWindowDefined = !1, isServer = !1, isClient2 = !1, useIsomorphicLayoutEffect2 = import_react3.useLayoutEffect, isChrome = !1, isWebTouchable = !1, isTouchable = !0, isAndroid = import_react_native.Platform.OS === "android" || process.env.TEST_NATIVE_PLATFORM === "android", isIos = import_react_native.Platform.OS === "ios" || process.env.TEST_NATIVE_PLATFORM === "ios", platforms = {
|
|
434
|
+
var import_react3 = require("react"), import_react22 = require("react"), import_react_native = require("react-native"), IS_REACT_19 = !!import_react22.use, isWeb = !1, isWindowDefined = !1, isServer = !1, isClient2 = !1, useIsomorphicLayoutEffect2 = import_react3.useLayoutEffect, isChrome = !1, isWebTouchable = !1, isTouchable = !0, isAndroid = import_react_native.Platform.OS === "android" || process.env.TEST_NATIVE_PLATFORM === "android", isIos = import_react_native.Platform.OS === "ios" || process.env.TEST_NATIVE_PLATFORM === "ios", platforms = {
|
|
432
435
|
ios: "ios",
|
|
433
436
|
android: "android"
|
|
434
437
|
}, currentPlatform = platforms[import_react_native.Platform.OS] || "native";
|