Skip to content

Commit

Permalink
Add no support for numberOfLines on nested Text
Browse files Browse the repository at this point in the history
This feature is difficult to implement at the native level.

Original issue: facebook/react-native#22811

Signed-off-by: Marcos Loureiro <[email protected]>
  • Loading branch information
mloureiro committed Dec 29, 2018
1 parent b95b8bd commit 3c58d7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,3 +507,7 @@ When `true`, no visual change is made when text is pressed down. By default, a g
| Type | Required | Platform |
| ---- | -------- | -------- |
| bool | No | iOS |

# Known issues

* [react-native#22811](https://github.com/facebook/react-native/issues/22811): Nested Text elements do not support `numberOfLines` attribute

0 comments on commit 3c58d7f

Please sign in to comment.