@tamagui/core 1.126.8 → 1.126.10
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 +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +7 -7
package/dist/test.native.js
CHANGED
|
@@ -7120,7 +7120,7 @@ var require_createComponent_native = __commonJS({
|
|
|
7120
7120
|
var tm;
|
|
7121
7121
|
if (state.unmounted) {
|
|
7122
7122
|
var _config_animations2, _animationDriver_supportsCSSVars;
|
|
7123
|
-
if ((_animationDriver_supportsCSSVars = animationDriver == null ? void 0 : animationDriver.supportsCSSVars) !== null && _animationDriver_supportsCSSVars !== void 0 ? _animationDriver_supportsCSSVars : !(config == null || (_config_animations2 = config.animations) === null || _config_animations2 === void 0) && _config_animations2.supportsCSSVars) return tm = setTimeout(function() {
|
|
7123
|
+
if (((_animationDriver_supportsCSSVars = animationDriver == null ? void 0 : animationDriver.supportsCSSVars) !== null && _animationDriver_supportsCSSVars !== void 0 ? _animationDriver_supportsCSSVars : !(config == null || (_config_animations2 = config.animations) === null || _config_animations2 === void 0) && _config_animations2.supportsCSSVars) || import_constants2.isAndroid) return tm = setTimeout(function() {
|
|
7124
7124
|
setStateShallow({
|
|
7125
7125
|
unmounted: !1
|
|
7126
7126
|
});
|