react-native-video/ios
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.xcodeproj fix xcode project paths 2018-07-31 07:07:13 +02:00
Video Removing the call to observeValueForKeyPath:ofObject:change:context: on super from RCTVideo. 2019-08-20 09:37:49 +02:00
VideoCaching Code style cleanups 2018-08-08 15:34:07 -07:00