White background flashing when switching screens – React-Navigation v5
I faced the same issue and dived into an investigation. It seems that the detachment of the screens causes it. I found a few approaches. You can choose one according to your needs. They are the following: You can specify a view wrapper of the navigator with the same background color as the screens one … Read more