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 eee988a commit 737e8beCopy full SHA for 737e8be
README.md
@@ -126,7 +126,7 @@ const currentHandler = getJSExceptionHandler();
126
To catch **Native_Exceptions**
127
128
```js
129
-import {setNativeExceptionHandler} from 'react-native-exception-handler/index';
+import {setNativeExceptionHandler} from 'react-native-exception-handler';
130
131
setNativeExceptionHandler((exceptionString) => {
132
// This is your custom global error handler
0 commit comments