Skip to content

Commit b259607

Browse files
committed
feat: text component
1 parent 797e126 commit b259607

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,17 @@
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 = () => {
@@ -55,9 +52,10 @@
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)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)