React native text going off my screen, refusing to wrap. What to do?

后端 未结 11 1559
栀梦
栀梦 2020-11-30 18:35

The following code can be found in this live example

I\'ve got the following react native element:

\'use strict\';

var React = require(\'react-nativ         


        
11条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 19:18

    my solution below:

    
         
            // text here                            
         
    
    

    style:

    aboutContent:{
        flex:8,
        width:widthDevice-40,
        alignItems:'center'
    },
    text:{
        fontSize:widthDevice*0.04,
        color:'#fff',
        fontFamily:'SairaSemiCondensed-Medium'
    },
    

    result: [d]my result[1]

提交回复
热议问题