You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
I would like to report an issue that I've encountered while develop my app.
Here is the error log:
info Reloading app...
BUNDLE ./index.js
LOG Running "com.demo.Home" with {"rootTag":91,"initialProps":{"componentId":"Component1"}}
LOG Running "com.demo.Profile" with {"rootTag":101,"initialProps":{"componentId":"Component2"}}
LOG Running "com.demo.Search" with {"rootTag":111,"initialProps":{"componentId":"Component5"}}
ERROR [Error: Realm at path '~/Library/Developer/CoreSimulator/Devices/80804451-2C6B-4234-A1E3-EEB10978C5D7/data/Containers/Data/Application/58C9FF7E-B06B-4C30-9366-9C10E72BD14B/Documents/mongodb-realm/devicesync-sxnya/6540f36a748707f093355a2a/s_6540f36a748707f093355a2a.realm' already opened with a different sync user.]
This error occurs when I try to open a modal using the following code:
What happened?
Hey there,
I would like to report an issue that I've encountered while develop my app.
Here is the error log:
This error occurs when I try to open a modal using the following code:
Please let me know if you need any further information or if there's anything I can do to assist in resolving this issue.
Thank you for your attention.
What was the expected behaviour?
No response
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
Demo application
https://github.com/tab/rnn-realm-demo
In what environment did this happen?
React Native Navigation version: 7.37.1
React Native version: 0.72.6
Has Fabric (React Native's new rendering system) enabled: no
Node version: 20.5.1
"@realm/react": "^0.6.1"
"realm": "^12.2.1"
The text was updated successfully, but these errors were encountered: