Skip to content

Release 1.1.5

Compare
Choose a tag to compare
@mrousavy mrousavy released this 20 Aug 13:29
· 58 commits to master since this release

1.1.5 (2021-08-20)

⚠️ Warning: This release adds compatibility for React Native 0.65+. If you want to use react-native-blurhash on React Native 0.64 or lower, use react-native-blurhash@1.1.4.

Bug Fixes

  • Fix Fresco nullable parameter causing a build error (2a21733)
  • (Possibly breaking) Remove custom (slow) borderRadius implementation. If you want to apply borderRadius, apply it through style combined with overflow: hidden. (d24756e)