Skip to content

Commit 5ddbd66

Browse files
committed
Add instruction to update pods to README
1 parent d74e5f1 commit 5ddbd66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ React native ships with a `link` command that can be used to link the projects t
7373
react-native link react-native-firestack
7474
```
7575

76+
Update the newly installed pods once the linking is done:
77+
78+
```bash
79+
cd ios && pod update --verbose
80+
```
81+
7682
#### Manually
7783

7884
If you prefer not to use `rnpm`, we can manually link the package together with the following steps, after `npm install`:

0 commit comments

Comments
 (0)