We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ede4993 + 34c06b3 commit 0a75c9eCopy full SHA for 0a75c9e
README.md
@@ -13,6 +13,10 @@ The purpose of this library is to support easy rendering of mixed text styles.
13
14
The library implements a `StyledText` component taking an HTML-like string in the `children` property and an optional text styles property.
15
16
+## Try it out
17
+
18
+Online demo on [expo.io](https://snack.expo.io/@bjornegil/styledtext-demo)
19
20
## Installation
21
To install the library into your project, run yarn or npm:
22
lib/package.json
@@ -13,7 +13,9 @@
"keywords": [
"react-native",
"style",
+ "styling",
"format",
+ "formatting",
"text",
"mixed",
"font",
0 commit comments