Search code examples
react-nativerealmreact-native-iosrealm-mobile-platform

How to view realm db created by react-native in ios stimulator


I want to access realm database created by my ios app that I created using react-native. Its easier to use adb pull for android but for ios I am not getting much idea. There are some links like -

  1. realm-file in ios app
  2. to find app uuid for above link

So any help, how to view realm db for developing and debugging purpose for react-native developed ios app.

Thanks for the answer but additional (out of curiosity) Question - but how to find app uid which are installed by react native on ios simulator ??


Solution

  • While searching through the web, got the answer in docs:

    console.log('realm db file path:', realm.path);