Releases: Kureev/react-native-blur
Releases Β· Kureev/react-native-blur
Release 4.4.1
Release 4.4.0
Release 4.3.2
Release 4.3.1
Release 4.3.0
Release 4.2.0
4.1.0
4.0.0
This is a major rewrite of the lib, most of the code has been updated
- Rewrite to TypeScript
- Fixed issues with build.gradle
- Fixed issues with Podspec
- Fixed issues with ViewPropTypes (compat for RN >= 0.69)
- Use https://github.com/callstack/react-native-builder-bob to manage the library
3.3.0
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)
Add new blur types for tvOS
Add new blur types for tvOS: e41c7db
New blurType
options:
extraDark
- extra dark blur type (tvOS only)regular
- regular blur type (tvOS only)prominent
- prominent blur type (tvOS only)