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

Commit b7778ea

Browse files
authored
Include rnpm link step to get runnable build
I had to do an rnpm link to get the app to run correctly, which I believe is generally necessary, so updating README.md to include that step.
1 parent a260fac commit b7778ea

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)