mrousavy / react-native-blurhash

🖼️ A library to show colorful blurry placeholders while your content loads.

Home Page:https://blurha.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Windows support

mrousavy opened this issue · 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

Progress is on the support-windows branch. ⌛