Add Accessiblity for Image Container in Chat (#15913)
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
This commit is contained in:
parent
369aed389c
commit
51fa99affa
|
@ -34,7 +34,9 @@
|
|||
[:<>
|
||||
[rn/view {:style {:margin-bottom 10}} [text/text-content first-image context]]
|
||||
[rn/view
|
||||
{:style (style/album-container portrait?)}
|
||||
{:style (style/album-container portrait?)
|
||||
:accessible true
|
||||
:accessibility-label :image-container}
|
||||
(map-indexed
|
||||
(fn [index item]
|
||||
(let [images-size-key (if (< images-count constants/max-album-photos)
|
||||
|
|
Loading…
Reference in New Issue