When using Realm in React Native you have your database file, for example default.realm, and then you also have default.realm.lock, default.realm.management and default.realm.note as well.
I can’t see an explanation of these in the docs (unless I’m missing it). Can someone give an overview of what they are for (I can take a pretty good guess for the lock file but I’m not sure about the others).
I’m asking in the context of doing some DB backups in one of our apps - is the default.realm on it’s own sufficient or do (it seems to be as far as Realm Studio reading the data) or are the others needed (maybe only in certain situations?)