react-native-exception-handler-example:一个示例仓库显示了如何集成react-native-exception-handler

时间:2024-06-01 03:51:58
【文件属性】:

文件名称:react-native-exception-handler-example:一个示例仓库显示了如何集成react-native-exception-handler

文件大小:451KB

文件格式:ZIP

更新时间:2024-06-01 03:51:58

react-native example exception-handling Objective-C

React Native Exception处理程序示例 这是一个示例存储库。此存储库包含基本的本地本机应用样板代码。 我在这里集成了JS异常处理程序和本机异常处理程序,以展示如何集成库。 有关库的工作原理和集成的详细信息,请参见以下网址: 要运行该应用程序: git clone https://github.com/master-atul/react-native-exception-handler-example yarn install react-native run-ios --configuration Release或react-native run-android --variant=release 即使在开发模式下运行,也可以捕获JS异常,因为我在开发过程中启用了“捕获JS异常”。 因此,对于JS异常,您可以运行react-native run-ios或re


【文件预览】:
react-native-exception-handler-example-master
----.gitignore(751B)
----.babelrc(34B)
----.flowconfig(1KB)
----package.json(580B)
----.buckconfig(114B)
----android()
--------app()
--------settings.gradle(426B)
--------build.gradle(642B)
--------keystores()
--------gradlew(5KB)
--------gradlew.bat(2KB)
--------gradle.properties(887B)
--------gradle()
----.watchmanconfig(2B)
----ios()
--------RNExceptionHandlerExample.xcodeproj()
--------RNExceptionHandlerExample-tvOSTests()
--------RNExceptionHandlerExample-tvOS()
--------RNExceptionHandlerExampleTests()
--------RNExceptionHandlerExample()
----index.js(141B)
----__tests__()
--------App.js(267B)
----App.js(2KB)
----README.md(2KB)
----.gitattributes(16B)
----screens()
--------2.png(92KB)
--------3.png(145KB)
--------1.png(77KB)
----app.json(87B)
----yarn.lock(188KB)

网友评论