Add elevation to show image list (#14609)
This commit is contained in:
parent
1fb41b2ca0
commit
3dda878742
|
@ -23,6 +23,6 @@
|
|||
:render-fn image
|
||||
:data images
|
||||
:horizontal true
|
||||
:style {:bottom 50 :position :absolute :z-index 5}
|
||||
:style {:bottom 50 :position :absolute :z-index 5 :elevation 5}
|
||||
:content-container-style {:padding-horizontal 20 :margin-top 12}
|
||||
:separator [rn/view {:style {:width 12}}]}])
|
||||
|
|
Loading…
Reference in New Issue