Kiki Saintonge
Kiki Saintonge
## Introduction With the nearly full revision of the [React Native for Windows project](https://github.com/microsoft/react-native-windows) into C++ underway, and the investigations being done there around how it might interface with other...
Customer is looking for a generated C# project instead of a C++. We have a way to do this, but it is not documented and should be.
The resources page doesn't respond (well) to mobile or smaller screen sizes. Needs a styling fix to handle this. 
The [System Dependencies](https://microsoft.github.io/react-native-windows/docs/rnw-dependencies) page needs a callout about the disk space requirements when building an RN app (especially for the first time) via the `npx react-native run-windows` command.
The resources page needs links to testing, e2etesting, contributing and the monorepo from the main repo. They are being/already removed from the 0.62 release and need a separate link home.
# Proposal: Improve the XAML styling system to target template attributes and states ## Summary Provide a simplier styling system within XAML that enables a user to customize animations, template...
# Align AppTheme API with Lean Core Appearance API We have a Windows-only API module called AppTheme. Which enables you to listen to the dark and light theme state changes...