首页 > 解决方案 > 编译时带有警告。/home/hadrnet/Desktop/app/frontend/node_modules/react-native-webrtc/RTCView.js

问题描述

我构建视频流的应用程序
尝试使用 webrtc 运行我的本机反应

我收到此错误
我收到此错误
我收到此错误编译时带有警告。/home/hadrnet/Desktop/myapp/frontend/node_modules/react-native-webrtc/RTCView.js



谢谢谢谢谢谢谢谢谢谢谢谢谢谢

TypeError: Object(...) is not a function
../../../../../../../../Desktop/school/frontend/node_modules/react-native-webrtc/RTCView.js
node_modules/react-native-webrtc/RTCView.js:59

  56 |   },
  57 | };
  58 | 
> 59 | const View = requireNativeComponent('RTCVideoView', RTCView, {nativeOnly: {
  60 |   testID: true,
  61 |   accessibilityComponentType: true,
  62 |   renderToHardwareTextureAndroid: true,

__webpack_require__
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:789

  786 | };
  787 | 
  788 | // Execute the module function
> 789 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
      | ^  790 | 
  791 | // Flag the module as loaded
  792 | module.l = true;

fn
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:100

   97 |         );
   98 |         hotCurrentParents = [];
   99 |     }
> 100 |     return __webpack_require__(request);
      | ^  101 | };
  102 | var ObjectFactory = function ObjectFactory(name) {
  103 |     return {

__webpack_require__
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:789

  786 | };
  787 | 
  788 | // Execute the module function
> 789 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
      | ^  790 | 
  791 | // Flag the module as loaded
  792 | module.l = true;

fn
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:100

   97 |         );
   98 |         hotCurrentParents = [];
   99 |     }
> 100 |     return __webpack_require__(request);
      | ^  101 | };
  102 | var ObjectFactory = function ObjectFactory(name) {
  103 |     return {

../../../../../../../../Desktop/school/frontend/screens/chat/VideoScreen.js
http://localhost:19006/static/js/bundle.js:142474:97
__webpack_require__
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:789

  786 | };
  787 | 
  788 | // Execute the module function
> 789 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
      | ^  790 | 
  791 | // Flag the module as loaded
  792 | module.l = true;

fn
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:100

   97 |         );
   98 |         hotCurrentParents = [];
   99 |     }
> 100 |     return __webpack_require__(request);
      | ^  101 | };
  102 | var ObjectFactory = function ObjectFactory(name) {
  103 |     return {

../../../../../../../../Desktop/school/frontend/App.js
http://localhost:19006/static/js/bundle.js:897:103
__webpack_require__
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:789

  786 | };
  787 | 
  788 | // Execute the module function
> 789 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
      | ^  790 | 
  791 | // Flag the module as loaded
  792 | module.l = true;

fn
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:100

   97 |         );
   98 |         hotCurrentParents = [];
   99 |     }
> 100 |     return __webpack_require__(request);
      | ^  101 | };
  102 | var ObjectFactory = function ObjectFactory(name) {
  103 |     return {

../../../../../../../../Desktop/school/frontend/node_modules/expo/AppEntry.js
node_modules/expo/AppEntry.js:1
__webpack_require__
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:789

  786 | };
  787 | 
  788 | // Execute the module function
> 789 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
      | ^  790 | 
  791 | // Flag the module as loaded
  792 | module.l = true;

fn
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:100

   97 |         );
   98 |         hotCurrentParents = [];
   99 |     }
> 100 |     return __webpack_require__(request);
      | ^  101 | };
  102 | var ObjectFactory = function ObjectFactory(name) {
  103 |     return {

1
http://localhost:19006/static/js/bundle.js:153966:18
__webpack_require__
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:789

  786 | };
  787 | 
  788 | // Execute the module function
> 789 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
      | ^  790 | 
  791 | // Flag the module as loaded
  792 | module.l = true;

(anonymous function)
/home/hadrnet/Desktop/school/frontend/webpack/bootstrap:856

  853 | 
  854 | 
  855 | // Load entry module and return exports
> 856 | return hotCreateRequire(1)(__webpack_require__.s = 1);
      | ^  857 | 

(anonymous function)
http://localhost:19006/static/js/bundle.js:860:10
This screen is visible only in development. It will not appear if the app crashes in production.
Open your browser’s developer console to further inspect this error.  Click the 'X' or hit ESC to dismiss this message.



谢谢谢谢谢谢谢谢谢谢谢谢谢谢

标签: reactjsreact-nativewebrtc

解决方案


推荐阅读