6

I am working with React-Native. In this I am referring this documentation to use Realm Database in React-Native. I can create react-native database but unable to open it in Realm-Studio - V3.11.0. When I am opening saved Realm file in studio it shows me below message. My realm version in node is 6.0.0

enter image description here

What I want to open and see data inside it. If there is any other solutions do let me know. I referred other links but this problem I found different so creating new Question for it.

Krunal Kapadiya
  • 2,853
  • 3
  • 16
  • 37
  • It looks like you're using the MongoDB Realm with file format 10. You will need to use Realm Studio 10 to open that. Try a newer (beta) version [Realm Studio](https://github.com/realm/realm-studio/releases). Keep in mind that if you open an older file with the newer Realm Studio it will update it so ensure you have a backup. – Jay Sep 18 '20 at 19:27
  • 1
    What is the solution? I am facing the same problem. – IgorGanapolsky Oct 18 '20 at 17:13
  • what is the solution? I am facing the same problem. – birdy Oct 30 '20 at 15:55

2 Answers2

0

Installation MongoDB Realm Studio from https://docs.realm.io/sync/realm-studio solved the problem.

birdy
  • 943
  • 13
  • 25
0

You don't need to install MongoDB Realm Studio.

New Realm Studio is available 5.0.1 https://studio-releases.realm.io/v5.0.1/download/mac-dmg

Upgrade and that's all.