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