Skip to content

Commit 43e7659

Browse files
committed
updated readme
1 parent b30d926 commit 43e7659

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -163,21 +163,12 @@ setJSExceptionHandler(errorHandler, true);
163163

164164
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).
165165

166-
In Android you will see something like
166+
In Android and iOS you will see something like
167167

168-
<br>
169-
<div style="text-align:center">
170-
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/android_native_exception.png" style="width: 50%;display: inline;">
171-
</div>
172-
<br>
173-
174-
In iOS you will see something like
175-
176-
<br>
177-
<div style="text-align:center">
178-
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/ios_native_exception.png" style="width: 50%;display: inline;">
179-
</div>
180-
<br>
168+
<p align="center">
169+
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/android_native_exception.png" width="300"/>
170+
<img src="https://github.com/master-atul/react-native-exception-handler/raw/master/screens/ios_native_exception.png" width="300"/>
171+
</p>
181172

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

0 commit comments

Comments
 (0)