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

Fixed Warnings when directly accessed - RCTNodeCamera and RCTNodePlay…

Open dineshmatta opened this issue 5 years ago • 6 comments

Fixed Below Warnings:

Accessing view manager configs directly off UIManager via UIManager['RCTNodeCamera'] is no longer supported. Use UIManager.getViewManagerConfig('RCTNodeCamera') instead.

  • node_modules/expo/build/environment/muteWarnings.fx.js:18:23 in warn
  • node_modules/react-native/Libraries/ReactNative/UIManager.js:164:12 in get
  • node_modules/react-native/Libraries/Utilities/defineLazyObjectProperty.js:42:18 in getValue
  • node_modules/react-native-nodemediaclient/NodeCameraModule.js:62:16 in start
  • src/screens/live-stream/LiveStreamScreen.js:30:4 in componentDidMount
  • node_modules/react-native/Libraries/Renderer/oss/ReactNativeRenderer-dev.js:15036:10 in commitLifeCycles
  • node_modules/react-native/Libraries/Renderer/oss/ReactNativeRenderer-dev.js:16636:8 in commitAllLifeCycles
  • ... 18 more stack frames from framework internals

dineshmatta avatar Jul 20 '19 23:07 dineshmatta

Fixed with #50

michelalbers avatar Oct 14 '19 09:10 michelalbers

Is this issue fixed? That error still seems to be there. Even after making these changes. Is this repo considered DOA?

tashanemclean avatar Jul 25 '20 03:07 tashanemclean

@dineshmatta this package work in Expo?

joelemanoel avatar Apr 14 '21 23:04 joelemanoel

@joelemanoel No, I had to eject it form expo to use this package, but I am no longer using this package I found some other alternatives

dineshmatta avatar Apr 15 '21 03:04 dineshmatta

@joelemanoel No, I had to eject it form expo to use this package, but I am no longer using this package I found some other alternatives

What the alternatives? Share, please.

joelemanoel avatar Apr 15 '21 04:04 joelemanoel

@joelemanoel I went ahead with Bambuser.com its a paid service their react native package worked flawlessly for me

dineshmatta avatar Apr 16 '21 00:04 dineshmatta