react-native-video/ios/Video
Nahuel Marisi 7a9081d5af Removing the call to observeValueForKeyPath:ofObject:change:context: on super from RCTVideo.
If the super class is not actually observing the key, the app will crash. Checking to see if
the super class responds to this selector doesn't solve this issue.

react-native-video github issue: https://github.com/react-native-community/react-native-video/issues/1515

Discussion about this particular problem: https://stackoverflow.com/questions/6574714/whats-wrong-with-this-observevalueforkeypathofobjectchangecontext-implement
2019-08-20 09:37:49 +02:00
..
RCTVideo.h Change also RCTVideo.h 2019-06-19 09:22:10 +02:00
RCTVideo.m Removing the call to observeValueForKeyPath:ofObject:change:context: on super from RCTVideo. 2019-08-20 09:37:49 +02:00
RCTVideoManager.h added ability to export video 2018-10-26 08:21:41 -05:00
RCTVideoManager.m RCTDirectEventBlock 2019-06-18 07:31:17 +02:00
RCTVideoPlayerViewController.h restored autorotate to fullscreen options 2018-10-25 14:56:59 -07:00
RCTVideoPlayerViewController.m restored autorotate to fullscreen options 2018-10-25 14:56:59 -07:00
RCTVideoPlayerViewControllerDelegate.h make video cache feature optional 2018-07-19 02:06:09 +02:00
UIView+FindUIViewController.h make video cache feature optional 2018-07-19 02:06:09 +02:00
UIView+FindUIViewController.m make video cache feature optional 2018-07-19 02:06:09 +02:00