When I open my app, Realm works fine, it opens an instance and I logged an area to return a console.log('Realm is opened') to check if the realm is being instantiated.
However, when I try to use React Native's remote js debugger, the app gets stuck at the login screen and says Realm is not defined.
When I debug the issue, it fails to do Realm.open(my object schema) and gives the error stated above.
I'm wondering if maybe it's an issue with chrome debugger's compatibility with realm or a separate issue entirely.