File tree 2 files changed +8
-10
lines changed
2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 28
28
yarn add @bsdaoquang/rncomponent react-native-svg`
29
29
30
30
** iOS**
31
-
32
- `
33
- cd ios
34
- pod install
35
- `
31
+ cd ios
32
+ pod install
36
33
37
34
### Expo
38
35
39
- ` #npm
40
- npx expo install @bsdaoquang/rncomponent react-native-svg`
36
+ #npm
37
+ npx expo install @bsdaoquang/rncomponent react-native-svg
41
38
42
39
## Usage
43
40
44
- ` import { View, Text } from 'react-native';
41
+ import { View, Text } from 'react-native';
45
42
import React from 'react';
46
43
import {Card} from '@bsdaoquang/rncomponent';
47
44
const App = () => {
55
52
);
56
53
};
57
54
58
- export default App;`
55
+ export default App;
59
56
60
57
## Links
61
58
62
59
- [ Home page] ( https://rncomponent.com )
63
60
- [ Card] ( https://rncomponent.com/components/card )
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.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " UI library for react native" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments