-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashes when i click on default.realm and gives a pop-up that connection is closed #52
Comments
Now the app does not get crashed, but still the remote debugging stops showing connection at run time. Also, realm version is : ^1.2.0 |
Even i am facing the same issue :-( |
The realm object : "honeycomb.realm" can be seen. But if we try to expand it. It gets disconnected. My Application class:
|
Hey, i fixed this issue: The issue was with the Realm dependency. The correct way to configure Realm is: In app.gradle: Remove all other dependencies for Realm. This Gradle sync should sync successfully. |
I have this experienced on Realm 3.7.1 |
It seems the last working versions are:
|
same with realm 4.1.1 |
Same on 4.2.0 and 3.7.4! |
same issue on realm 5.1.0 and WickeDev fork on stetho_realm:2.2.2 |
Same issue on realm 5.0 and stetho_realm 2.3 |
I am working on a react native project with realm 6.0.3. I am getting crash on clicking default.realm in sources tab of developer tools. Below is my code for the integration:
debugImplementation 'com.uphyca:stetho_realm:2.3.0';
|
No description provided.
The text was updated successfully, but these errors were encountered: