Full width button w/ flex-box in react-native

后端 未结 4 1069
长情又很酷
长情又很酷 2021-02-03 17:36

I\'m new to flexbox and am unable to produce a full width button in react-native. I\'ve been trying to figure this out myself for over a day and have read every related article

4条回答
  •  生来不讨喜
    2021-02-03 17:57

    Now there is a predefined component Button. Even if you use text, you need to pay attention to the View width:

    
        

提交回复
热议问题