File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 2828 yarn add @bsdaoquang/rncomponent react-native-svg`
2929
3030** iOS**
31-
32- `
33- cd ios
34- pod install
35- `
31+ cd ios
32+ pod install
3633
3734### Expo
3835
39- ` #npm
40- npx expo install @bsdaoquang/rncomponent react-native-svg`
36+ #npm
37+ npx expo install @bsdaoquang/rncomponent react-native-svg
4138
4239## Usage
4340
44- ` import { View, Text } from 'react-native';
41+ import { View, Text } from 'react-native';
4542 import React from 'react';
4643 import {Card} from '@bsdaoquang/rncomponent';
4744 const App = () => {
5552 );
5653 };
5754
58- export default App;`
55+ export default App;
5956
6057## Links
6158
6259- [ Home page] ( https://rncomponent.com )
6360- [ Card] ( https://rncomponent.com/components/card )
61+ - [ Text] (https://rncomponent.com/components/text )
Original file line number Diff line number Diff line change 11{
22 "name" : " @bsdaoquang/rncomponent" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " UI library for react native" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments