react-native-blurhash
react-native-blurhash copied to clipboard
[FEATURE] macOS support
Problem
Currently there is no support for react-native-macos.
Solution
A macOS implementation.
- Create
macos/
folder - Create Xcode Project
- Export React Methods
- Add Blurhash Encoder/Decoder
- Use Swift Encoder/Decoder
- Use C Encoder/Decoder and interop
Resources:
- react-native-macos getting started
- react-native-webview for example usage with iOS code sharing
- reactnative.directory filtered by libraries with macos support
Progress is on the support-macos branch. ⌛