react-native-nodemediaclient
react-native-nodemediaclient copied to clipboard
Solve Deprecation Warning For react-native 0.59
In react-native versions 0.59 or newer a warning is given:
Accessing view manager configs directly off UIManager via UIManager['RCTNodeCamera'] is no longer supported. Use UIManager.getViewManagerConfig('RCTNodeCamera') instead. "
This PR does that and addresses https://github.com/NodeMedia/react-native-nodemediaclient/issues/38#issuecomment-492703261
Thank you!
@peck @pmagnussen Don't we need similar changes in NodePlayerModule.js as well?
Fixed with #50
Consider merge this PR, the problem was not fixed in #50