# Problem Currently there is no support for [react-native-windows](https://github.com/microsoft/react-native-windows). # Solution A Windows implementation. 1. Create `windows/` folder 2. Create VS Solution 3. Export React Methods 4. Add Blurhash Encoder/Decoder 1. Use [.NET Encoder/Decoder](https://github.com/MarkusPalcer/blurhash.net) 2. Use [C Encoder/Decoder](https://github.com/woltapp/blurhash/tree/master/C) and interop
Problem
Currently there is no support for react-native-windows.
Solution
A Windows implementation.
windows/folder