Krunal Kapadiya
Krunal Kapadiya

Reputation: 3093

Opening Realm files of format version 11 is not supported by this version of Realm in Realm Studio

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.

Upvotes: 6

Views: 2511

Answers (2)

Alexware
Alexware

Reputation: 11

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.

Upvotes: 1

birdy
birdy

Reputation: 953

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

Upvotes: 0

Related Questions