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 <mloureiro.dev@gmail.com>
  • Loading branch information
mloureiro committed Dec 29, 2018
1 parent decad05 commit 7cabdda
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 7cabdda

Please sign in to comment.