Quốc Khánh
                                            Quốc Khánh
                                        
                                    Thank you for opening this issue. I have been working on this problem since the beginning. This is a bug when using react-navigation. I will find out the solution this...
@grit96 Thank you, sorry for the late! I'll check the PR ASAP!
Hi @naufanituharish, I try using your fork repo and get an exception ForegroundCheck is not initialized. Did you add additional code in your project?
I see in voximplant code call ForegroundCheck.init(this) but I'm not sure where to put it yet 😅
Yes I'm also using it. But actually, some Xiaomi/Oppo devices need additional "Display pop-up windows while running in the background" permission to make it work. So I'm finding some replacement...
Yeah I think I'm fine with the rn-android-overlay-permission solution for now 😄
Hi @AugustinLF here is my repro using the basic example: https://github.com/bkdev98/rn-testing-lib-waitfor-issue. The __tests__/asyncHooks.spec.tsx failed and `waitFor` does not await for new state to be updated. https://github.com/bkdev98/rn-testing-lib-waitfor-issue/blob/main/__tests__/asyncHooks.spec.tsx Test result: ![Screen Shot...
It works!! Thank you for your help! ❤️