Add elevation to show image list (#14609)

This commit is contained in:
Ibrahem Khalil 2022-12-21 21:32:23 +02:00 committed by GitHub
parent 1fb41b2ca0
commit 3dda878742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}}]}])