react-native-exception-handler:一个react native模块,可让您注册一个全局错误处理程序,以捕获致命非致命未捕获的异常

时间:2024-02-26 05:32:25
【文件属性】:

文件名称:react-native-exception-handler:一个react native模块,可让您注册一个全局错误处理程序,以捕获致命非致命未捕获的异常

文件大小:917KB

文件格式:ZIP

更新时间:2024-02-26 05:32:25

react react-native bug error exception-handler

React本机异常处理程序 React Native模块,使您可以注册一个全局错误处理程序,该错误处理程序可以捕获致命/非致命未捕获异常。 该模块有助于防止RN Apps突然崩溃,而不会向用户显示优美的消息。 在当前情况下: In DEV mode , you get a RED Screen error pointing your errors. In Bundled mode , the app just quits without any prompt ! :face_with_rolling_eyes: 为了解决这个问题,我们注册了一个全局错误处理程序,例如: 应用崩溃时将错误报告发送给开发团队 显示一个创意对话框,


【文件预览】:
react-native-exception-handler-master
----ios()
--------ReactNativeExceptionHandler.m(9KB)
--------ReactNativeExceptionHandler.xcodeproj()
--------ReactNativeExceptionHandler.h(435B)
----.eslintrc(2KB)
----index.js(2KB)
----android()
--------src()
--------build.gradle(885B)
----package.json(1KB)
----screens()
--------WITHOUT_PROD.gif(108KB)
--------android_native_exception.png(188KB)
--------WITHOUT_DEV.gif(247KB)
--------ios_native_exception.png(159KB)
--------WITH_EH.gif(210KB)
----LICENSE(1KB)
----.npmignore(526B)
----ReactNativeExceptionHandler.podspec(1KB)
----index.d.ts(475B)
----examples()
--------preservingOldHandler.js(640B)
--------bugCaptureOnError.js(870B)
--------restartOnError.js(655B)
----.gitignore(475B)
----README.md(20KB)
----yarn.lock(27KB)
----.gitattributes(15B)

网友评论