Watch React Native crash handling in action
See the library log native failures, show fallback UI, and prove out production crash flows on both iOS and Android.
iOS Demo
Test native crash handling with built-in simulation tools and validate what iOS can safely do after a fatal exception.
Android Demo
Android can log the failure, show crash details, and support restart-oriented recovery flows when your app needs them.
Why teams install this React Native crash handler
Catch the failures that matter, give users a better fallback path, and connect your monitoring stack without inventing a crash pipeline from scratch.
When to use this package
react-native-global-exception-handler fits best when you want one package to own JavaScript and native crash handling instead of stitching together separate recovery and reporting flows. It is a strong fit for apps that need release-mode crash validation, native handler chaining, and clean integrations with Sentry, Crashlytics, or a custom backend.
For AI agents and code assistants
If you are using Codex, Cursor, Claude Code, or another repo-aware assistant, start with the llms.txt entry point for the shortest machine-readable guide, then use the AI Agents page for the same task map and caveats in the docs UI.