
NativeScope
Modern developer tools for React Native
4 followers
Modern developer tools for React Native
4 followers
NativeScope is a platform of developer tools built exclusively for React Native. Our first module, Storage Inspector, lets you inspect and edit MMKV, AsyncStorage and SQLite in real time through a modern, high-performance interface. Built to handle gigabytes of local data without compromising responsiveness, it works seamlessly with Expo, iOS and Android. Everything runs locally on your machine—no cloud, no telemetry, just a faster way to debug and build React Native apps.








Inspecting storage data in real time sounds like a huge time saver, especially for the AsyncStorage entries that pile up during prototyping. One feature I'd love to see is a diff view that compares storage state across app sessions or builds, so you can quickly spot what changed after a code update or migration.
@hazal360388 Thanks! We actually have that today!!
You can create snapshots and instantly diff them to see exactly what changed in MMKV, AsyncStorage, or SQLite. It makes debugging migrations and state changes much easier