100% width in React Native Flexbox

后端 未结 10 922
日久生厌
日久生厌 2020-12-12 11:51

I have already read several flexbox tutorial, but I still cannot make this simple task to work.

How can I make the red box to 100% width?

Code:

10条回答
  •  天命终不由人
    2020-12-12 12:47

    Style ={{width : "100%"}}
    

    try this:

    StyleSheet generated: {
      "width": "80%",
      "textAlign": "center",
      "marginTop": 21.8625,
      "fontWeight": "bold",
      "fontSize": 16,
      "color": "rgb(24, 24, 24)",
      "fontFamily": "Trajan Pro",
      "textShadowColor": "rgba(255, 255, 255, 0.2)",
      "textShadowOffset": {
        "width": 0,
        "height": 0.5
      }
    }
    

提交回复
热议问题