Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit a97c739

Browse files
committed
updated readme
1 parent 98143be commit a97c739

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
33

44
![React Native UI Toolkit](http://i.imgur.com/tqxDeoG.png)
55

6+
## Get Started
7+
8+
1 clone Project
9+
10+
```
11+
git clone [email protected]:dabit3/react-native-hackathon-starter.git
12+
```
13+
14+
2 install dependencies
15+
16+
```
17+
npm i
18+
```
19+
20+
3 run project
21+
22+
4 start using components
23+
24+
```
25+
import Button from 'HSButton'
26+
27+
<Button
28+
raised
29+
icon={{name: 'cached'}}
30+
title='RAISED WITH ICON' />
31+
32+
```
33+
34+
635
### Included
736
- [x] [Buttons](https://github.com/dabit3/react-native-hackathon-starter#buttons)
837
- [x] Pricing Component

0 commit comments

Comments
 (0)