From 34c06b3f6e7bf73f2d58dffc2284079d3dfde091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Egil?= Date: Sun, 9 Jun 2019 16:13:24 +0200 Subject: [PATCH 1/2] Added online demo to doc --- README.md | 4 ++++ lib/package.json | 2 ++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index f389009..b6ddd25 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ The purpose of this library is to support easy rendering of mixed text styles. The library implements a `StyledText` component taking an HTML-like string in the `children` property and an optional text styles property. +## Try it out + +Online demo on [expo.io](https://snack.expo.io/@bjornegil/styledtext-demo) + ## Installation To install the library into your project, run yarn or npm: diff --git a/lib/package.json b/lib/package.json index 8c3d399..4b2f152 100644 --- a/lib/package.json +++ b/lib/package.json @@ -13,7 +13,9 @@ "keywords": [ "react-native", "style", + "styling", "format", + "formatting", "text", "mixed", "font", From 33a8b7430421fd4ebfa4aacf4d516d99557740a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Egil?= Date: Sun, 9 Jun 2019 16:16:40 +0200 Subject: [PATCH 2/2] Release 1.0.1 --- lib/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/package.json b/lib/package.json index 4b2f152..6485777 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "react-native-styled-text", - "version": "1.0.0", + "version": "1.0.1", "description": "A React Native component for easy rendering of styled text.", "main": "./index.js", "scripts": { diff --git a/package.json b/package.json index cd9acf8..95725ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-styled-text-ex", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",