markdown React Native中的numberOfLines

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown React Native中的numberOfLines相关的知识,希望对你有一定的参考价值。



### in `React Native`
We can use the `numberOfLines`(https://facebook.github.io/react-native/docs/text.html#numberoflines) parameter on a `Text` component:
<Text numberOfLines={1}>long long long long text<Text>
Will produce:
```
long long long…
```

Use the `ellipsizeMode` parameter to move the ellipsis to the head or middle. tail is the default value.
<Text numberOfLines={1} ellipsizeMode='head'}>long long long long text<Text>
Will produce:

…long long text

以上是关于markdown React Native中的numberOfLines的主要内容,如果未能解决你的问题,请参考以下文章

markdown React Native Collections

markdown 我的React Native开发环境

markdown React Native Bridging Cheatsheet

markdown React Native Android入门

markdown 安装React Native Debugger(独立)

markdown React Native和FIrebase动态链接