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 -
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 ??
Right-click the downloaded file and "Show Package Contents." You'll find your Realm files under AppData/Documents/mongodb-realm/<app-name>/????? . Find the file for the realm you're interested in and double-click it to open it in Realm Studio.
While searching through the web, got the answer in docs:
console.log('realm db file path:', realm.path);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With