mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
59f536c479
## Summary This commit swaps the fork of @react-native-community/blur with a patch and upgrades the library to latest version of 4.4.0 needed for : https://github.com/status-im/status-mobile/issues/18138 ## Review & Test notes Verify if blur stuff still works. ## Platforms - iOS - Android status: ready
11 lines
344 B
Diff
11 lines
344 B
Diff
--- /tmp/tmp-status-mobile-61974dae4/tmp.6k5ZPUa0Hp/BlurView.ios.tsx 2024-04-16 17:07:33.229847000 +0200
|
|
+++ ./node_modules/@react-native-community/blur/src/components/BlurView.ios.tsx 2024-04-16 17:07:58.540617624 +0200
|
|
@@ -6,6 +6,7 @@
|
|
| 'dark'
|
|
| 'light'
|
|
| 'xlight'
|
|
+ | 'transparent'
|
|
| 'prominent'
|
|
| 'regular'
|
|
| 'extraDark'
|