admin管理员组文章数量:1389783
In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it.
The problem starts, when I'm restarting the phone or updating the app.
I restart my foreground service via boot-completed
action package-changed
actions, but I don't open the application again. I want to continue listening to events and act accordingly but Redux is not loaded because the app wasn't open yet. Is there some work around this? I don't want to open the app for rehydration to start, I want it to happen behind the scenes without user interaction.
本文标签: react nativeRedux rehydration is not happening after phone restartStack Overflow
版权声明:本文标题:react native - Redux rehydration is not happening after phone restart - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744599320a2614973.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论