Skip to content

Commit 4e888a5

Browse files
committed
import reordering of RCTBridge for bugfix
1 parent d035fa2 commit 4e888a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ setNativeExceptionHandler(nativeErrorCallback, false);
419419
- [Gant Laborde](https://github.com/GantMan)
420420
- [Himanshu Singh](https://github.com/himanshusingh2407)
421421
- [Paulus Esterhazy](https://github.com/pesterhazy)
422+
- [TomMahle](https://github.com/TomMahle)
422423

423424
## TESTING NATIVE EXCEPTIONS/ERRORS
424425

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-exception-handler",
3-
"version": "2.7.1",
3+
"version": "2.7.5",
44
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)