Skip to content

Commit

Permalink
Update ellipsizeMode prop of Text (#271)
Browse files Browse the repository at this point in the history
This removes the "`clip` only for IOS" message, since
now android also has support for it

Related PR:

facebook/react-native#18540
  • Loading branch information
t4deu authored and charpeni committed May 1, 2018
1 parent 3022f82 commit fc6cc76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ This can be one of the following values:

The default is `tail`.

> `clip` is working only for iOS
| Type | Required |
| -------------------------------------- | -------- |
| enum('head', 'middle', 'tail', 'clip') | No |
Expand Down

0 comments on commit fc6cc76

Please sign in to comment.