I've react native
project with realm
DB from my team dev,
but I have limited information about react native structure, so I want to use android studio
to display realm DB in react native
project,
the problem is :
- this answer just work on emulator or rooted device, and I dont have both of them
stetho
module work atpublic class MyApplication *extends Application*
, but in react native project I need to editMainApplication.java
to getextends Application
how can I access my realm in android studio while the realm module in node_modules
outside android folder?