React Native从文本内容尾部截取显示省略号

                  <Text
                    style={styles.mMeNickname}
                    ellipsizeMode="tail"
                    numberOfLines={1}
                  >
                    {userInfo.nickname}
                  </Text>

 

 

参考链接:

https://www.reactnative.cn/docs/text#ellipsizemode

https://chat.xutongbao.top/ 

猜你喜欢

转载自blog.csdn.net/xutongbao/article/details/132102416