trending

What does RNBugKit actually do?

RNBugKit is a crash reporting and network monitoring tool built exclusively for React Native.

When something breaks in your app, you get the full picture not just a stack trace:

  • Crash reports with the last 5 screens visited, last 10 user actions, component state snapshot, and device info

  • Network monitoring failed requests, timeouts, slow responses, and no-connection errors tracked automatically by patching global fetch

  • Touch breadcrumbs wrap your app once in <BugKitTouchBoundary> and every tap is recorded without touching individual components

  • User-submitted reports a floating button your users can tap to describe a bug, with full context attached automatically

  • Manual capture BugKit.captureException() and BugKit.captureMessage() for non-fatal events

Setup is one npm install and a BugKit.init() call. Everything else is automatic.

rnbugkit - react native bug crash network reporting

Crash reporting built exclusively for React Native. Unlike generic tools bolted onto mobile, RNBugKit captures crashes with full context: last screens visited, user actions, component state, and network failures — automatically. One-line setup, touch breadcrumbs without per-component instrumentation, and a floating button for user-submitted reports. Starts at $9/month.