File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -58,4 +58,4 @@ pod install
58
58
59
59
- [ Home page] ( https://rncomponent.com )
60
60
- [ Card] ( https://rncomponent.com/components/card )
61
- - [ Text] (https://rncomponent.com/components/text )
61
+ - [ Text] ( https://rncomponent.com/components/text )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bsdaoquang/rncomponent" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " UI library for react native" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
38
38
"keywords" : [
39
39
" react-native" ,
40
40
" ios" ,
41
- " android"
41
+ " android" ,
42
+ " ui" ,
43
+ " react native ui" ,
44
+ " React native UI components" ,
45
+ " react native components" ,
46
+ " react native ui library" ,
47
+ " react native components library"
42
48
],
43
49
"repository" : {
44
50
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { DateTime } from './utils/DateTime';
10
10
import { numberToString } from './utils/numberToString' ;
11
11
import { replaceHtmlTags } from './utils/replaceHtmlTags' ;
12
12
import { replaceName } from './utils/replaceName' ;
13
+ import Text from './components/Text' ;
13
14
14
15
export {
15
16
CheckboxItem ,
@@ -24,4 +25,5 @@ export {
24
25
numberToString ,
25
26
Section ,
26
27
Card ,
28
+ Text ,
27
29
} ;
You can’t perform that action at this time.
0 commit comments