We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fc86a commit f9175d2Copy full SHA for f9175d2
.npmignore
@@ -1,2 +1,3 @@
1
node_modules
2
.git
3
+build/
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-exception-handler",
- "version": "2.8.7",
+ "version": "2.8.8",
4
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
5
"main": "index.js",
6
"scripts": {
0 commit comments