环境
"react": "16.11.0",
"react-native": "0.62.2",
"jcore-react-native": "^1.8.0",
"jmessage-react-plugin": "^3.1.8",
按照 #188 创建了 react-native.config.js
module.exports = {
dependencies: {
'jmessage-react-plugin': {
platforms: {
android: {
packageInstance: 'new JMessageReactPackage(false)'
}
}
},
}
};
问题
E/unknown:ReactNative: Exception in native call
java.lang.RuntimeException: Could not invoke JMessageModule.setup
具体描素请查看极光社区Could not invoke JMessageModule.setup
非常着急。
环境
按照 #188 创建了
react-native.config.js问题
具体描素请查看极光社区Could not invoke JMessageModule.setup
非常着急。