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