diff --git a/RCTVideo.m b/RCTVideo.m index 73d3a361..d9895cf2 100644 --- a/RCTVideo.m +++ b/RCTVideo.m @@ -405,7 +405,10 @@ static NSString *const statusKeyPath = @"status"; - (void)layoutSubviews { [super layoutSubviews]; + [CATransaction begin]; + [CATransaction setAnimationDuration:0]; _playerLayer.frame = self.bounds; + [CATransaction commit]; } #pragma mark - Lifecycle