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

Commit 0ab15c1

Browse files
authored
Merge pull request #4 from jonathana/patch-1
Include rnpm link step to get runnable build
2 parents a260fac + b7778ea commit 0ab15c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ git clone [email protected]:dabit3/react-native-hackathon-starter.git
1717
npm i
1818
```
1919

20-
3 run project
20+
3 link dependencies for react-native
21+
22+
```
23+
rnpm link
24+
```
25+
26+
4 run project
2127

2228
The API for React Native Elements is located [here](https://github.com/dabit3/React-Native-Elements).
2329

0 commit comments

Comments
 (0)