Using Database Inspector with Expo

With Android Studio 4.1, we get a nice Database Inspector (Debug your database with the Database Inspector  |  Android Developers). But we’re not able to use it with expo client running in an android emulator. Looks like the Database Inspector requires an app built with debug mode enabled. Is there an expo client app debug release? Or is there any other way to use Database Inspector without migrating to a bare workflow?

Hey @vigneshthedev, given that the Expo client code is open-source (GitHub - expo/expo: An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.) you can create your own version locally and set it to a Debug variant.

Cheers,
Adam