@ornikar/kitt-universal 29.5.2-canary.962dee8e1516756353f849864ffe13d0c15fd3cd.0 → 30.0.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/index.es.js CHANGED
@@ -4258,7 +4258,7 @@ function NativeOpacityAnimation$2(_ref) {
4258
4258
  runOnJS(handleAnimationFinished)();
4259
4259
  })
4260
4260
  };
4261
- });
4261
+ }, [visible]);
4262
4262
  return /*#__PURE__*/jsx(Animated.View, {
4263
4263
  style: [StyleSheet.absoluteFillObject, opacityStyle],
4264
4264
  children: children
@@ -4309,9 +4309,11 @@ function NativeRotationAnimation$1(_ref) {
4309
4309
  rotateZ: "".concat(rotation.value, "deg")
4310
4310
  }]
4311
4311
  };
4312
- });
4312
+ }, [rotation, visible]);
4313
4313
  return /*#__PURE__*/jsx(Animated.View, {
4314
- style: [animatedStyle],
4314
+ style: [{
4315
+ flexShrink: 1
4316
+ }, animatedStyle],
4315
4317
  children: children
4316
4318
  });
4317
4319
  }
@@ -4682,7 +4684,6 @@ function AnimatedChoiceItemView(_ref) {
4682
4684
  });
4683
4685
  return /*#__PURE__*/jsx(Animated.View, {
4684
4686
  style: [{
4685
- flexGrow: 1,
4686
4687
  justifyContent: 'center'
4687
4688
  }, style, animatedStyles],
4688
4689
  children: children