rain
rain
 I think this causes the rollback , after I config ` project.ext.react = [ enableHermes: false, ] ` and release CodePush without Hermes, solved the problem; Any other solutions...
> ```diff > [resolve('react-native/Libraries/NewAppScreen')]: { > + singleton: true, > + eager: true, > + shareKey: 'react-native/Libraries/NewAppScreen', > + version: '0.74.1', > }, > ``` Wow, about the deep import,...
Hi @hrmcdonald , you can save your manifest to localstorage in the **fetch** hook whenever your manifest is reachable, and next time if the manifest is unreachable, you can return...
Anyone can help on this issue ?
I found the root cause of this issue is that we don't initialize the realm library on the start of the app , we initialize it when certain module is...