I have a dark theme app and when pushing a new screen there is a white background during the transition. This is ugly is there a way to solve this.
I already try with screenBackgroundColor, but it does not work
Here is how it looks:

I got the same issue, downgrading to 1.1.471 fixes this issue
@mhidou It works! It seems that the version 1.1.446 has a bug! Thank you!!
@mhidou I have the same problem, but only in the release build on iOS
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest version and report back. Thank you for your contributions.
this is also happening on v2 only on iOS
In version 2 of this QC, you can close the issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.
The issue has been closed for inactivity.
Facing same issue on latest version....
Environment
"react": "16.6.1",
"react-native": "0.57.5",
"react-native-navigation": "^2.1.3",
Platform(s) (iOS, Android, or both?): Android
Device info (Simulator/Device? OS version? Debug/Release?): Device/Debug
Any help...?
@Rana-Muhammad-Amir Check this out https://github.com/wix/react-native-navigation/issues/358#issuecomment-451974062
It worked for me.
Most helpful comment
I got the same issue, downgrading to
1.1.471fixes this issue