Changing title bar color in a UWP react native App #9501
-
How do I go about changing the title bar color? And I noticed that the generated code is C++ specific; how do I change it to C#? |
Beta Was this translation helpful? Give feedback.
Answered by
jonthysell
Feb 10, 2022
Replies: 1 comment
-
If you want to generate a C# project, you should use the Also, to change the title bar color: https://docs.microsoft.com/en-us/windows/apps/design/shell/title-bar |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jonthysell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to generate a C# project, you should use the
--language cs
flag when runningreact-native-windows-init
: https://microsoft.github.io/react-native-windows/init-cliAlso, to change the title bar color: https://docs.microsoft.com/en-us/windows/apps/design/shell/title-bar