React Native - Vertical align image with resizeMode “contain”

前端 未结 5 1278
囚心锁ツ
囚心锁ツ 2021-02-02 06:41

When an image has a resize mode \"contain\" it seems to align/justify the actual image in the center, the image content however is aligned/justified at flex start.



        
5条回答
  •  无人及你
    2021-02-02 06:51

    You need to fix some of values an the other let without set. in most cases let width fixed. Be carefully with parent flex option. It could change your design.

提交回复
热议问题