react-native-nodemediaclient icon indicating copy to clipboard operation
react-native-nodemediaclient copied to clipboard

Solve Deprecation Warning For react-native 0.59

Open peck opened this issue 5 years ago • 3 comments

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 avatar May 28 '19 02:05 peck

@peck @pmagnussen Don't we need similar changes in NodePlayerModule.js as well?

dineshmatta avatar Jul 20 '19 23:07 dineshmatta

Fixed with #50

michelalbers avatar Oct 14 '19 09:10 michelalbers

Consider merge this PR, the problem was not fixed in #50

LucasMonteiro1 avatar Jul 23 '20 18:07 LucasMonteiro1