Skip to content

Commit 737e8be

Browse files
GantMana7ul
authored andcommitted
Remove reference to default (#28)
no need to say index when index is default.
1 parent eee988a commit 737e8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const currentHandler = getJSExceptionHandler();
126126
To catch **Native_Exceptions**
127127

128128
```js
129-
import {setNativeExceptionHandler} from 'react-native-exception-handler/index';
129+
import {setNativeExceptionHandler} from 'react-native-exception-handler';
130130

131131
setNativeExceptionHandler((exceptionString) => {
132132
// This is your custom global error handler

0 commit comments

Comments
 (0)