react-native-exception-handler
react-native-exception-handler copied to clipboard
A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
Hi, I want to use this in my app but Im seeing that there is no new releases, neither response to the issues. Should I use this anyway? Do you...
```js setJSExceptionHandler((e, isFatal) => { console.log('捕获错误', e.message) console.log('捕获错误', e.name) }) ``` `e.name` is `undefined` `e.message` is `undefined`
Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.0 to 2.20.6. Commits 58d30cb 2.20.6 f76edf0 Merge pull request #188 from axelniklasson/master 4eef089 Upgrade jsonpointer to address security vulnerability 441f812 2.20.5 d36a1b1 Merge pull request #182...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
* Occured -> Occurred * Removed whitespace before exclamation mark
Currently the docs only state that the user has to write native code in the MainApplication.java file. It would be more helpful if a simple example would be given, as...
This PR introduces a feature that allows users to toggle the default error screen of the react-native-exception-handler library using a parameter from the JavaScript side. This addition provides more flexibility...
`jcenter()` repository is deprecated and `mavenCentral()` is the new suggested repository to download dependency artifacts for android projects