File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 21
21
22
22
### React Native
23
23
24
- ` #npm
25
- npm install @bsdaoquang/rncomponent react-native-svg
24
+ #npm
25
+ npm install @bsdaoquang/rncomponent react-native-svg
26
26
27
- #yarn
28
- yarn add @bsdaoquang/rncomponent react-native-svg`
27
+ #yarn
28
+ yarn add @bsdaoquang/rncomponent react-native-svg
29
29
30
30
** iOS**
31
31
cd ios
32
32
pod install
33
33
34
34
### Expo
35
35
36
- #npm
37
- npx expo install @bsdaoquang/rncomponent react-native-svg
36
+ #npm
37
+ npx expo install @bsdaoquang/rncomponent react-native-svg
38
38
39
39
## Usage
40
40
@@ -58,3 +58,4 @@ pod install
58
58
- [ Home page] ( https://rncomponent.com )
59
59
- [ Card] ( https://rncomponent.com/components/card )
60
60
- [ Text] ( https://rncomponent.com/components/text )
61
+ - [ Button] ( https://rncomponent.com/components/button )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bsdaoquang/rncomponent" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"description" : " UI library for react native" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { numberToString } from './utils/numberToString';
11
11
import { replaceHtmlTags } from './utils/replaceHtmlTags' ;
12
12
import { replaceName } from './utils/replaceName' ;
13
13
import Text from './components/Text' ;
14
+ import Button from './components/Button' ;
14
15
15
16
export {
16
17
CheckboxItem ,
@@ -26,4 +27,5 @@ export {
26
27
Section ,
27
28
Card ,
28
29
Text ,
30
+ Button ,
29
31
} ;
You can’t perform that action at this time.
0 commit comments