Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brandon Farrell authored Sep 30, 2019
1 parent a622941 commit 7bf29cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ To use in React Native. Import:

The `<SmartText />` component contains a number of abilities:

1. Emoji 😄🥶🤯 it uses [node-emoji](https://www.npmjs.com/package/node-emoji) under the hood
2. Markdown support for *italics* and **bold**
1. Emoji 😄🥶🤯 it uses [node-emoji](https://www.npmjs.com/package/node-emoji) under the hood (e.g. 'I love it when you :grin:')
2. Markdown support for *italics* and **bold** (e.g. for \*italics\*, for \*\*bold\*\*)
3. Nested text support e.g. `<SmartText size={12} color='black'>My nested <SmartText bold>test!</SmartText></SmartText>` where parent props will be inherited by children.

## Light Text
Expand Down

0 comments on commit 7bf29cd

Please sign in to comment.