mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
parent
b907881d59
commit
7ec77db666
@ -85,7 +85,7 @@
|
||||
y (reanimated/use-shared-value scroll-height)
|
||||
animation (reanimated/interpolate y
|
||||
input-range
|
||||
[1.2 0.5]
|
||||
[1 0.5]
|
||||
{:extrapolateLeft "clamp"
|
||||
:extrapolateRight "clamp"})]
|
||||
(rn/use-effect #(do
|
||||
|
@ -131,6 +131,7 @@
|
||||
#(rf/dispatch [:open-modal :community-requests-to-join {:id id}]))
|
||||
:accessibility-label :show-request-to-join-screen-button
|
||||
:customization-color color
|
||||
:container-style {:margin-bottom 12}
|
||||
:icon-left :i/communities}
|
||||
(i18n/label :t/request-to-join)])
|
||||
|
||||
@ -329,7 +330,7 @@
|
||||
(fn [id joined name images]
|
||||
(let [theme (quo.theme/use-theme)
|
||||
cover {:uri (get-in images [:banner :uri])}
|
||||
logo {:uri (get-in images [:thumbnail :uri])}
|
||||
logo {:uri (get-in images [:large :uri])}
|
||||
collapsed? (and initial-joined? joined)
|
||||
first-category-height (->> @categories-heights
|
||||
vals
|
||||
|
Loading…
x
Reference in New Issue
Block a user