Realm is working in my react-native app, (running on iPad simulator). I've found the default.realm file but get the error 'Invalid top array' when trying to open it with Realm Studio. Realm Studio can open the downloaded demo file just fine, but I can't get it to work with my default.realm file for some reason.
I'm a little concerned about the different version numbers. In my project I'm using: "realm": "^4.0.0-beta.0"
However, the newest version of Realm Studio I can find is 3.9.0. I would assume Realm Studio should be 4.something too...
Any advice would be appreciated, this is my first project using Realm, so it may be something obvious that is wrong. I'll gladly provide more info if it could be helpful, but not sure where to begin.