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