react-native-blurhash icon indicating copy to clipboard operation
react-native-blurhash copied to clipboard

[FEATURE] macOS support

Open mrousavy opened this issue 4 years ago • 2 comments

Problem

Currently there is no support for 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
    2. Use C Encoder/Decoder and interop

mrousavy avatar Aug 25 '20 12:08 mrousavy

Progress is on the support-macos branch. ⌛

mrousavy avatar Sep 04 '20 13:09 mrousavy