RN Text组件宽度自适应

2022-03-10  本文已影响0人  Blue_Color

只需在<View>组件的style中添加一个属性即可,alignSelf:'flex-start',搞定
就是这么简单,


text.png
                      <View
                            style={{alignSelf:'flex-start'}}
                        >
                            <Text style={{color:'#fff'}}>测试宽度自适应</Text>
                        </View>
上一篇下一篇

猜你喜欢

热点阅读