microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.3k stars 1.14k forks source link

Auto linked projects should be added under a folder in VS #7959

Open acoates-ms opened 3 years ago

acoates-ms commented 3 years ago

Currently the number of projects added by auto-linking pollutes a RNW solution, making it hard to see what is what.

The MS.RN projects are all in a ReactNative folder. Can we create a ReactNative-AutoLinking or something folder for all the auto linked projects?

chrisglein commented 3 years ago

Potentially easy to do, but ability to break things depends on how the integration handles in or out of the folder. One benefit of this is that it'd partition the created autolinking bits more easily so you could delete them stress free.