diff --git a/ios/Video/RCTVideo.m b/ios/Video/RCTVideo.m index 4710afaa5a..e11980129f 100644 --- a/ios/Video/RCTVideo.m +++ b/ios/Video/RCTVideo.m @@ -712,8 +712,8 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(N return; } - } else if ([super respondsToSelector:@selector(observeValueForKeyPath:ofObject:change:context:)]) { - [super observeValueForKeyPath:keyPath ofObject:object change:change context:context]; + //} else if ([super respondsToSelector:@selector(observeValueForKeyPath:ofObject:change:context:)]) { + // [super observeValueForKeyPath:keyPath ofObject:object change:change context:context]; } }