未定义不是对象(检查 voximplantModule)voximplant 连接
undefined is not an object(inspecting voximplantModule) voximplant connection
运行时的错误显示在 index.android.js in node-modules>react-native voximplant 中。设备上红屏显示的文件是index.android.js(主文件,入口点)
`this.connect = function(){
VoxImplantModule.connect();
}`
似乎缺少 import
指令:
import VoxImplant from 'react-native-voximplant';
Voximplant React Native SDK 有一个可用的演示项目,您可以查看 here。
运行时的错误显示在 index.android.js in node-modules>react-native voximplant 中。设备上红屏显示的文件是index.android.js(主文件,入口点)
`this.connect = function(){
VoxImplantModule.connect();
}`
似乎缺少 import
指令:
import VoxImplant from 'react-native-voximplant';
Voximplant React Native SDK 有一个可用的演示项目,您可以查看 here。