Exception in HostFunction: Opening Realm files of format version 23 is not supported by this version of Realm

We have a react-native app that was running on 70.6 version of react-native and realmJS version 11.3.1 We are using realmJs as a local data base and sync data with our mongoDB database. Because of performance issues we had to downgrade react-native to 0.68.0 and realmJS to 11.0.0-rc.0 This is causing below error when we try to open realm file "Exception in HostFunction: Opening Realm files of format version 23 is not supported by this version of Realm ". Only solution we found is to uninstall old app and then only install the new app.

Is there a way to delete local files and open realm again.

1 Like