diff --git a/ios/RCTVideo.m b/ios/RCTVideo.m index 17afef68..253f48da 100644 --- a/ios/RCTVideo.m +++ b/ios/RCTVideo.m @@ -68,7 +68,7 @@ static NSString *const timedMetadata = @"timedMetadata"; _controls = NO; _playerBufferEmpty = YES; _playInBackground = false; - _allowsExternalPlayback = YES; + _allowsExternalPlayback = YES; _playWhenInactive = false; _ignoreSilentSwitch = @"inherit"; // inherit, ignore, obey