1

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 :

  1. this answer just work on emulator or rooted device, and I dont have both of them
  2. stetho module work at public class MyApplication *extends Application*, but in react native project I need to edit MainApplication.java to get extends Application

how can I access my realm in android studio while the realm module in node_modules outside android folder?

flix
  • 1,688
  • 3
  • 34
  • 64
  • I used https://stackoverflow.com/a/36531095/2413303 to pull the file, but Android File Explorer should also work. – EpicPandaForce Nov 15 '17 at 08:37
  • @EpicPandaForce but the problem i dont know the db file name also, thats why i want to use `Realm realm = Realm.getDefaultInstance();` for knowing the file name also, – flix Nov 15 '17 at 09:59
  • If you didn't specify a name, then it is called `default.realm` – EpicPandaForce Nov 15 '17 at 11:06

0 Answers0