a7ul/react-native-exception-handler

Unable to obtain incorrect message

ShaoGongBra opened this issue · 1 comments

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?