Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: TheWidlarzGroup/react-native-video#1515 Discussion about this particular problem: https://stackoverflow.com/questions/6574714/whats-wrong-with-this-observevalueforkeypathofobjectchangecontext-implement
- Loading branch information