@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.
@@ -4395,7 +4395,7 @@ function NativeOpacityAnimation$2({
4395
4395
  runOnJS(handleAnimationFinished)();
4396
4396
  })
4397
4397
  };
4398
- }, [visible]);
4398
+ });
4399
4399
  return /*#__PURE__*/jsx(Animated.View, {
4400
4400
  style: [StyleSheet.absoluteFillObject, opacityStyle],
4401
4401
  children: children
@@ -4450,11 +4450,9 @@ function NativeRotationAnimation$1({
4450
4450
  rotateZ: `${rotation.value}deg`
4451
4451
  }]
4452
4452
  };
4453
- }, [rotation, visible]);
4453
+ });
4454
4454
  return /*#__PURE__*/jsx(Animated.View, {
4455
- style: [{
4456
- flexShrink: 1
4457
- }, animatedStyle],
4455
+ style: [animatedStyle],
4458
4456
  children: children
4459
4457
  });
4460
4458
  }