mrousavy / react-native-blurhash

🖼️ A library to show colorful blurry placeholders while your content loads.
https://blurha.sh
MIT License
1.98k stars 70 forks source link

[BUG] - Not working on react-native 0.70.3 #169

Closed NicolasSaikali closed 2 years ago

NicolasSaikali commented 2 years ago

Bug

Describe the bug Image is not showing as a blurred one anymore, when blur is applied, it is disappearing.

To Reproduce Steps to reproduce the behavior:

  1. Upgrade react-native to 0.70.3
  2. Blurhash does not work anymore

Expected behavior Image should show as blurred

Environment

Additional context Add any other context or screenshots about the feature request here.

System:
    OS: macOS 12.6
    CPU: (8) arm64 Apple M2
    Memory: 101.41 MB / 8.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 18.9.0 - /opt/homebrew/bin/node
    Yarn: 1.22.19 - /opt/homebrew/bin/yarn
    npm: 8.19.2 - /opt/homebrew/bin/npm
    Watchman: 2022.09.12.00 - /opt/homebrew/bin/watchman
  Managers:
    CocoaPods: 1.11.3 - /opt/homebrew/bin/pod
  SDKs:
    iOS SDK:
      Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5
    Android SDK: Not Found
  IDEs:
    Android Studio: 2021.2 AI-212.5712.43.2112.8609683
    Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild
  Languages:
    Java: 11.0.16.1 - /opt/homebrew/opt/openjdk@11/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: Not Found
    react-native: Not Found
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found
"react": 18.1.0,
"react-native": 0.70.3,
"react-native-blurhash": 1.1.10
mrousavy commented 2 years ago

How does it look? Please attach a screenshot. Can you reproduce this in the example app?