Getting the realm file (Android React Native)

I am using MongoDB Realm database (@realm/react": “^0.4.1” , “realm”: “11.0.0”) in a React Native Expo Development client on a real Android device and VSCode on Windows 10.

Please note that my database is not empty and is working fine.

In order to use Realm Studio here, I am looking the realm file, but I can’t find it.

“realm.path” and “Realm.defaultPath” calls both give :

Realm file is located at: /data/data/com.myappname/files/default.realm

But on my Android device " /Android/data/com.myappname/files/" folder is emply
and I have no “/data/data…” folder apparently. Same thing on my PC.