File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ The purpose of this library is to support easy rendering of mixed text styles.
13
13
14
14
The library implements a ` StyledText ` component taking an HTML-like string in the ` children ` property and an optional text styles property.
15
15
16
+ ## Try it out
17
+
18
+ Online demo on [ expo.io] ( https://snack.expo.io/@bjornegil/styledtext-demo )
19
+
16
20
## Installation
17
21
To install the library into your project, run yarn or npm:
18
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-styled-text" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A React Native component for easy rendering of styled text." ,
5
5
"main" : " ./index.js" ,
6
6
"scripts" : {
13
13
"keywords" : [
14
14
" react-native" ,
15
15
" style" ,
16
+ " styling" ,
16
17
" format" ,
18
+ " formatting" ,
17
19
" text" ,
18
20
" mixed" ,
19
21
" font" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-styled-text-ex" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " node node_modules/react-native/local-cli/cli.js start" ,
You can’t perform that action at this time.
0 commit comments