Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database inspector on Android and react native 0.73 #1768

Open
LukasMod opened this issue Apr 9, 2024 · 0 comments
Open

Database inspector on Android and react native 0.73 #1768

LukasMod opened this issue Apr 9, 2024 · 0 comments

Comments

@LukasMod
Copy link

LukasMod commented Apr 9, 2024

Hi,

Is there any way to inspect the database in Android and RN 0.73? Recently, we migrated from 0.72.6 to 0.73.6, and we deleted some Flipper plugins and Java files along with some configurations (based on the upgrade helper). Now, I can't inspect the app with the Flipper Database plugin.

I've tried copying the database file using the method mentioned in this link: #710 (comment)

and could only view it inside Beekeeper Studio, but copying and reading is not a convenient solution.

I think the best way would be to use App Inspector from Android Studio, but for some reason, Watermelon DB is not visible there (other databases from the app are visible). Do you have any thoughts about it? How can we check why it is not listed in Android Studio, or do you have any other ideas on how to inspect the database?

I double-checked all installation steps, and they appear to be fine. The database has been working correctly for a long time, including with RN 0.73.

        kotlinVersion = '1.8.20'
        minSdkVersion = 25
        compileSdkVersion = 34
        targetSdkVersion = 34
        excludeAppGlideModule = true  
        ndkVersion = "23.1.7779620"

       "@nozbe/watermelondb": "^0.27.0",
       "react-native": "^0.73.6",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant