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

[FEATURE] Windows support

Open mrousavy opened this issue 4 years ago • 2 comments

Problem

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

mrousavy avatar Aug 25 '20 12:08 mrousavy

Progress is on the support-windows branch. ⌛

mrousavy avatar Aug 25 '20 17:08 mrousavy