Skip to content

Commit

Permalink
Merge pull request #24 from fram-x/release/1.0.1
Browse files Browse the repository at this point in the history
Release/1.0.1
  • Loading branch information
bjornegil authored Jun 9, 2019
2 parents 61c6661 + 33a8b74 commit 090c5d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 3 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -13,7 +13,9 @@
"keywords": [
"react-native",
"style",
"styling",
"format",
"formatting",
"text",
"mixed",
"font",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 090c5d5

Please sign in to comment.