Skip to content

Instantly share code, notes, and snippets.

@ChechoCZ
Created July 29, 2020 22:15
Show Gist options
  • Save ChechoCZ/481173097ad129ecdf2f8bac55d6558b to your computer and use it in GitHub Desktop.
Save ChechoCZ/481173097ad129ecdf2f8bac55d6558b to your computer and use it in GitHub Desktop.
Script to find the path to realm DB in React Native
Realm.open({}).then(realm => {
console.log("Realm is located at: " + realm.path);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment