# a7ul/react-native-exception-handler

A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.

Repository: https://github.com/a7ul/react-native-exception-handler
Canonical: https://ross.abutalabs.com/products/react-native-exception-handler
Language: Objective-C
License: MIT
License Family: permissive
Topics: exception-handler, react, react-native, bug, error, openlibrary
Last push: 2024-07-15T08:10:38+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3422, "days_push": 779, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1614, forks 140 (observed 2026-08-28T04:05:11.356684+00:00)

## What it is
A React Native module that registers a global error handler to capture fatal and non-fatal uncaught exceptions, both JavaScript and native. It prevents apps from crashing abruptly by allowing developers to show graceful messages or send bug reports.

## Use cases
- capture uncaught exceptions in react native app
- show a graceful dialog instead of app crash
- send crash reports to dev team
- handle native unhandled exceptions in react native
- prevent app from quitting silently in production
- integrate global error handler with analytics modules

## When to choose
- you need a global handler for uncaught JS and native exceptions in React Native
- you want to show users a friendly message instead of a silent crash
- you need to forward crash info to your own reporting or analytics pipeline

## When to avoid
- you need full crash reporting with symbolication and dashboards (use Sentry or Crashlytics)
- your project no longer uses React Native
- you only need error boundaries for React component trees

## Facets
- artifact type: library
- maturity: maintenance
- function: error-handling, logging, monitoring
- domain: mobile-development, developer-tools
- platform: -
- tags: react-native, exception-handler, crash-reporting, global-error-handler, native-exceptions, android, ios

## Member repositories
- a7ul/react-native-exception-handler (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:11.356684+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:50:20.218675+00:00, confidence not recorded.
  - readme: https://github.com/a7ul/react-native-exception-handler (fetched 2026-08-28T04:05:11.356684+00:00, sha c561a6ce7f56)
- Data as of 2026-08-30T08:39:29.467469+00:00.
