@ornikar/kitt-universal 31.1.2-canary.b586e0e9612495f8597e9c4be7d2c5a28baa9437.0 → 31.2.1-canary.17485591ac55a14466021258b1ae9ff08b514eb1.0

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.
@@ -4391,7 +4391,7 @@ function NativeOpacityAnimation$2({
4391
4391
  runOnJS(handleAnimationFinished)();
4392
4392
  })
4393
4393
  };
4394
- }, [visible]);
4394
+ });
4395
4395
  return /*#__PURE__*/jsx(Animated.View, {
4396
4396
  style: [StyleSheet.absoluteFillObject, opacityStyle],
4397
4397
  children: children
@@ -4446,11 +4446,9 @@ function NativeRotationAnimation$1({
4446
4446
  rotateZ: `${rotation.value}deg`
4447
4447
  }]
4448
4448
  };
4449
- }, [rotation, visible]);
4449
+ });
4450
4450
  return /*#__PURE__*/jsx(Animated.View, {
4451
- style: [{
4452
- flexShrink: 1
4453
- }, animatedStyle],
4451
+ style: [animatedStyle],
4454
4452
  children: children
4455
4453
  });
4456
4454
  }