Usage Guide
This is where the library starts feeling real. The usage guides show how to wire JavaScript and native handlers, where the two crash paths differ, and which platform limits matter before you ship a release build.
Start here
- Basic Usage: register JavaScript and native handlers in your entry point.
- Native Crash Handling: understand what iOS and Android can do after a native failure.
Recommended path
- Follow Installation if the package is not in your app yet.
- Copy the handler setup from Basic Usage.
- Review Native Crash Handling before shipping release builds.
- Use the API Reference for signatures, types, and defaults.
Ready for more?
If you want crash simulation, custom native screens, or reporting integrations, jump next to Advanced or Examples.