Kræn Hansen
Kræn Hansen
> Is that causing "Unhandled Rejection (WatchError): rule with id="000000000000000000000000" no longer exists on mongodb service, closing watch stream"? I havn't been able to reproduce this with my apps so...
@liamjones thanks for the issue, I do see how we could be a bit more clear in the error message. While our `hermes` branch (and the 10.20.0-beta releases) do support...
I answered on https://github.com/realm/realm-js/issues/4364#issuecomment-1047829949. I'll keep this issue open to track the improvement of the error message when running with Hermes disabled.
@AlexanderPinkerton. What happens if you upgrade to the latest version of Realm JS (3.6.0)?
I am not experiencing this (using Xcode v13.3). I have a few questions, which might help us diagnose this: - What version of React Native are you using here? -...
As a workaround you could start using the "hermes" releases, it doesn't have a dependency on GCDWebServer: ``` npm install realm@hermes ```
> What is the roadmap for Android? Does it need an entire new implementation as well, or is it the same code base with some tweaks? We fully understand the...
@joaodematejr thanks a lot for taking this for a spin! Can I get you to move this to [a new issue](https://github.com/realm/realm-js/issues/new?assignees=&labels=hermes&template=hermes.yml)? GitHub comments are really bad at threaded conversations ...
We just pre-released [`realm` at v10.20.0-alpha.1](https://github.com/realm/realm-js/releases/tag/v10.20.0-alpha.1) with support for Hermes running on Android too! 🎉 Please note that React Native must be at version 0.66.0-rc.3 or later .. this is...
We've released a new version of Realm JS with support for the Hermes engine: [Realm JS v10.20.0-alpha.2](https://github.com/realm/realm-js/releases/tag/v10.20.0-alpha.2). This fix the crash when reloading the app on Android. Please take it...