Closed SyedSaifAli closed 2 years ago
@SyedSaifAli
Is it possible for you to upgrade to v11.0.0-rc.1? It will require that you are upgrading React Native to v0.69.0.
Moreover, it would be great if you can provide a small app which can reproduce it.
This is working fine when I moved to realm version 10.19.0
.
I can't switch to version v11.0.0-rc.1
because the REALM_CORE_VERSION
in this is 12.1.0
and I can't see this core version in any of the realm-swift releases. 😕
Yes, I think you can close this issue. The reason for not updating to JS version 10.20.0 was it doesn't have the support of Hermes for now, and my android app has been upgraded to Hermes, but the IOS app is still without Hermes. I was looking for a stable version in which Hermes is supported, having the same core version of the realm in both Java, objective-c, and javascript. 😅
For now, I guess I have to maintain separate branches for android and ios because the JS version of the realm is different.
Hi @kneth
It seems this issue is still exist in the latest realm-js
version 11.4.0
with hermes enabled.
for reproducing this issue you can simply use this package react-native-restart and trigger restart
method while running the iOS app in release
build.
react-native: 0.71.1
realm: 11.4.0
Yes the same problem with use react-native-code-push
package for the restart the application (restartApp).
react-native: 0.71.8, realm: 11.9.0
@abaddonGIT Please create a new issue as it seems to be related to the interaction with react-native-code-push
SDK and version
SDK : Cocoa Version: [realm-core-11.14.0]
Observations
RCTTriggerReloadCommandListeners
)modules in RN app:
This is happening on reloading the app by running command on production mode only, and not on dev mode.
Crash log / stacktrace