react-native-exception-handler
react-native-exception-handler copied to clipboard
Unable to obtain incorrect message
trafficstars
setJSExceptionHandler((e, isFatal) => {
console.log('捕获错误', e.message)
console.log('捕获错误', e.name)
})
e.name is undefined
e.message is undefined
Same problem here, did you get anywhere with this?