Skip to content

Commit 090c5d5

Browse files
authored
Merge pull request #24 from fram-x/release/1.0.1
Release/1.0.1
2 parents 61c6661 + 33a8b74 commit 090c5d5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-styled-text",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A React Native component for easy rendering of styled text.",
55
"main": "./index.js",
66
"scripts": {
@@ -13,7 +13,9 @@
1313
"keywords": [
1414
"react-native",
1515
"style",
16+
"styling",
1617
"format",
18+
"formatting",
1719
"text",
1820
"mixed",
1921
"font",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-styled-text-ex",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

0 commit comments

Comments
 (0)