# Feature request <!-- This issue should serve for you to present or pitch an idea to the maintainers - but remember that it would be better if you were to submit a PR instead 🤗 --> It would be nice to have a plugin template for [React Native Windows](https://github.com/microsoft/react-native-windows). Perhaps someone from Microsoft (@stmoy?) might be able to help out? ## Why it is needed Adding a template for RN Windows will help potential contributors follow a "best-practice" way of adding support for Windows to their desired plugins <!-- Please tell us a bit more of why you want this feature to be added, what's its origin. --> ## Possible implementation Windows projects use Visual Studio solution files (`*.sln`). The following repositories have Windows support: - [`react-native-webview`](https://github.com/react-native-community/react-native-webview) - [`async-storage`](https://github.com/react-native-community/async-storage) - [`react-native-netinfo`](https://github.com/react-native-community/react-native-netinfo) <!-- It really helps if you could describe from a technical POV how this new feature would work, which code it rely on, etc. --> ### Code sample <!-- Please show how the new code could work, if doable. -->