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.
Works with both Expo and bare React Native. Compatible with Expo Router and React Navigation.
Starts at $9/month.

Replies