Created
July 29, 2020 22:15
-
-
Save ChechoCZ/481173097ad129ecdf2f8bac55d6558b to your computer and use it in GitHub Desktop.
Script to find the path to realm DB in React Native
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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