Skip to content

Commit 0a75c9e

Browse files
authored
Merge pull request #23 from fram-x/fix/improve-doc
Added online demo to doc
2 parents ede4993 + 34c06b3 commit 0a75c9e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The purpose of this library is to support easy rendering of mixed text styles.
1313

1414
The library implements a `StyledText` component taking an HTML-like string in the `children` property and an optional text styles property.
1515

16+
## Try it out
17+
18+
Online demo on [expo.io](https://snack.expo.io/@bjornegil/styledtext-demo)
19+
1620
## Installation
1721
To install the library into your project, run yarn or npm:
1822

lib/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"keywords": [
1414
"react-native",
1515
"style",
16+
"styling",
1617
"format",
18+
"formatting",
1719
"text",
1820
"mixed",
1921
"font",

0 commit comments

Comments
 (0)