rain

Results 5 comments of rain

![YykYALZzS5](https://user-images.githubusercontent.com/64197951/196956708-42384fbf-0405-4564-ac53-ade878fe5dc3.jpg) 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...

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...