@sbaiahmed1/react-native-blur 4.1.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -74,7 +74,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
74
74
  dependencies {
75
75
  implementation "com.facebook.react:react-android"
76
76
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
77
- implementation 'com.qmdeve:QmBlurView:1.0.4.5-Beta3'
77
+ implementation 'com.qmdeve:QmBlurView:1.0.4.5'
78
78
  }
79
79
 
80
80
  react {
@@ -173,10 +173,8 @@ using namespace facebook::react;
173
173
 
174
174
  // Update blurType if it has changed
175
175
  if (oldViewProps.blurType != newViewProps.blurType) {
176
- if (newViewProps.blurType != facebook::react::ReactNativeBlurViewBlurType::Xlight) {
177
- NSString *blurTypeString = [[NSString alloc] initWithUTF8String:toString(newViewProps.blurType).c_str()];
178
- [ReactNativeBlurViewHelper updateBlurView:_advancedBlurView withBlurType:blurTypeString];
179
- }
176
+ NSString *blurTypeString = [[NSString alloc] initWithUTF8String:toString(newViewProps.blurType).c_str()];
177
+ [ReactNativeBlurViewHelper updateBlurView:_advancedBlurView withBlurType:blurTypeString];
180
178
  }
181
179
 
182
180
  // Update reducedTransparencyFallbackColor if it has changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sbaiahmed1/react-native-blur",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "React native modern blur view",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",