fix: blur type for community header (#19665)

This commit is contained in:
BalogunofAfrica 2024-05-16 18:29:45 +01:00 committed by GitHub
parent 649a316361
commit c70a2c9e9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@
:height height
:right 0
:left 0
:background-color (if platform/ios?
:background-color (if platform/android?
(colors/theme-colors
colors/white-opa-70
colors/neutral-95-opa-70

View File

@ -49,7 +49,7 @@
[:<>
[reanimated/blur-view
{:blur-amount 20
:blur-type :transparent
:blur-type :ultraThinMaterial
:overlay-color :transparent
:style (style/blur-slider translate-animation height theme)}]
[rn/view
@ -119,7 +119,8 @@
:page-nav-props page-nav-props
:overlay-shown? overlay-shown?}]
[rn/scroll-view
{:content-container-style {:flex-grow 1}
{:bounces false
:content-container-style {:flex-grow 1}
:content-inset-adjustment-behavior :never
:shows-vertical-scroll-indicator false
:scroll-event-throttle 16