Ability to set root view background color to prevent react-navigation white flash #190
Closed
efstathiosntonas
started this conversation in
Feature Requests
Replies: 2 comments
-
this could be expanded to web too I believe (expo got it so why not) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented in the latest RC |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@jpudysz creating a separate discussion for this to keep track of it if you decide to implement.
Ability to set root view background color like this lib is doing it: https://github.com/pnthach95/react-native-root-view-background
The goal of the lib above is to prevent react-navigation weird white flash on screen navigate and rotation of the screen under certain circumstances by setting the background color outside of the React tree.
Expo got this already as a package: https://docs.expo.dev/versions/latest/sdk/system-ui/ so for the bare react-native devs it's nice to have
Beta Was this translation helpful? Give feedback.
All reactions