React-native view auto width by text inside

前端 未结 7 650
刺人心
刺人心 2020-12-12 15:09

As i know, react-native stylesheet doesn\'t supports min-width/max-width property.

I have a view and text inside. The view in auto width doesn\'t resize by inherit t

7条回答
  •  不知归路
    2020-12-12 15:15

    "alignSelf" does the same as 'display: inline-block' would in common HTML/CSS and it works very well for me.

    
     
      Sample text here
     
    
    

提交回复
热议问题