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 ??
While searching through the web, got the answer in docs:
console.log('realm db file path:', realm.path);