You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component catches **[JavaScript errors](https://github.com/carloscuesta/react-native-error-boundary/issues/5#issuecomment-523809153) anywhere in their child component tree**. Native errors are not handled.
19
+
18
20
Using this component is really simple. First you have to import the `ErrorBoundary`
19
21
component. Then, you have to **wrap** it **around any component** that
0 commit comments