Skip to content

Commit 032d87a

Browse files
committed
updated image urls
1 parent 4fc735d commit 032d87a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ setJSExceptionHandler(errorHandler, true); //Second argument true is basically
6060
<br>
6161

6262
<div style="text-align:center">
63-
<img src="/screens/WITHOUT_DEV.gif" style="width: 50%;display: inline;">
63+
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/WITHOUT_DEV.gif" style="width: 50%;display: inline;">
6464
</div>
6565
<br>
6666

@@ -69,7 +69,7 @@ setJSExceptionHandler(errorHandler, true); //Second argument true is basically
6969
<br>
7070

7171
<div style="text-align:center">
72-
<img src="/screens/WITHOUT_PROD.gif" style="width: 50%;display: inline;">
72+
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/WITHOUT_PROD.gif" style="width: 50%;display: inline;">
7373
</div>
7474
<br>
7575

@@ -78,7 +78,7 @@ setJSExceptionHandler(errorHandler, true); //Second argument true is basically
7878
<br>
7979

8080
<div style="text-align:center">
81-
<img src="/screens/WITH_EH.gif" style="width: 50%;display: inline;">
81+
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/WITH_EH.gif" style="width: 50%;display: inline;">
8282
</div>
8383
<br>
8484

0 commit comments

Comments
 (0)