Skip to content

Commit 293862a

Browse files
committed
Add required steps yarn build to instructions
1 parent 06b83c2 commit 293862a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

example/Readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ Which came from https://facebook.github.io/react-native/blog/2018/05/07/using-ty
1111

1212
## Getting Started
1313

14-
### 0: Install Dependencies
15-
Run `yarn install` in this directory.
14+
### 0: Install Dependencies & Build Library
15+
16+
1. Run `yarn install` in this directory.
17+
18+
2. Run `yarn install && yarn build` in the [root directory](../) (`../`) to generate the library's `dist` folder.
1619

1720
### 1: ENV File
1821

0 commit comments

Comments
 (0)