Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Aug 13, 2017
1 parent b30d926 commit 43e7659
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,21 +163,12 @@ setJSExceptionHandler(errorHandler, true);

By default whenever a **Native_Exceptions** occurs if you have used `setNativeExceptionHandler`, **along with the callback specified** you would see a popup (this is the default native handler set by this module).

In Android you will see something like
In Android and iOS you will see something like

<br>
<div style="text-align:center">
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/android_native_exception.png" style="width: 50%;display: inline;">
</div>
<br>

In iOS you will see something like

<br>
<div style="text-align:center">
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/ios_native_exception.png" style="width: 50%;display: inline;">
</div>
<br>
<p align="center">
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/android_native_exception.png" width="300"/>
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/ios_native_exception.png" width="300"/>
</p>

**Modifying Android Native Exception handler UI** (NATIVE CODE HAS TO BE WRITTEN) *recommended that you do this in android studio*

Expand Down

0 comments on commit 43e7659

Please sign in to comment.