react-native-blur

React Native Blur component

MIT License

Stars
3.7K
Committers
71

Bot releases are visible (Hide)

react-native-blur - Release 4.4.0 Latest Release

Published by Titozzz 9 months ago

4.4.0 (2024-01-18)

Features

react-native-blur - Release 4.3.2

Published by Titozzz over 1 year ago

4.3.2 (2023-05-03)

Bug Fixes

  • deps: bump @sideway/formula from 3.0.0 to 3.0.1 (#544) (684d518)
  • deps: bump vm2 from 3.9.11 to 3.9.17 (#542) (41ec953)
  • help dependabot to bump things (cb887ad)
  • tvOS build fix (681a65b)
react-native-blur - Release 4.3.1

Published by Titozzz over 1 year ago

4.3.1 (2023-05-01)

Bug Fixes

  • android: bump blurview and use default setupWith (f16fd76)
react-native-blur - Release 4.3.0

Published by Titozzz almost 2 years ago

4.3.0 (2022-11-03)

Features

react-native-blur - Release 4.2.0

Published by Titozzz about 2 years ago

4.2.0 (2022-08-03)

Bug Fixes

  • android: build issue on compileSdkVersion < 31 (#485) (6273292)

Features

react-native-blur - 4.1.0

Published by Titozzz about 2 years ago

4.1.0 (2022-07-22)

Features

  • update android blurview to 2.0.2 (0b94498)
react-native-blur - 4.0.0

Published by Titozzz about 2 years ago

This is a major rewrite of the lib, most of the code has been updated

react-native-blur - 3.3.0

Published by charpeni over 5 years ago

New features and enhancements

  • Support project-wide properties on Android. (#283)
  • Update type definition (#288)
  • Enable regular and prominent BlurEffectStyles for iOS 10.0+ (#276)
  • Change order of components to the correct one (#287)
  • Configure Eslint & Prettier (#302)
  • Regenerate example app (#303)
  • Modernize imports and lifecycles (#304)
  • Add instruction on project-wide properties (#305)
  • Rename to @react-native-community/blur. (0d47aad)
react-native-blur - Add new blur types for tvOS

Published by Kureev over 7 years ago

Add new blur types for tvOS: https://github.com/react-native-community/react-native-blur/commit/e41c7dbcd549e24486231f05b53bfb2397fbdaad

New blurType options:

  • extraDark - extra dark blur type (tvOS only)
  • regular - regular blur type (tvOS only)
  • prominent - prominent blur type (tvOS only)
react-native-blur - React Native 0.40 support

Published by Kureev almost 8 years ago

According to https://github.com/facebook/react-native/releases/tag/v0.40.0,

Native code on iOS must refer to headers out of the react namespace. Previously the following would work:

#import "RCTUtils.h"

But now all headers have been moved:

#import <React/RCTUtils.h>

As far as it's a breaking change, I bumped the version to 2.0.

Peace ✌️

react-native-blur - [iOS] Border radius

Published by Kureev almost 8 years ago

From now on, borderRadius property should work for BlurView and VibrancyView on iOS

react-native-blur - Blur radius

Published by Kureev almost 8 years ago

Hey everybody.

It's been a while since the last meaningful release (with Android blur support). Today, I want to share with your one feature, that has been proposed by @jakehasler. I've seen many people were asking for a blur radius (amount) property. Unfortunately, currently I'm a bit busy with my other projects/self-education, so I left it up to the community and... Few days ago @jakehasler made a PR that introduce a new blurAmount property to iOS users and I was pleased to merge it!

In a case you want to take a look on the PR:
https://github.com/react-native-community/react-native-blur/pull/102

Best,
Alexey

Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
npm version
Related Projects