Skip to content

Commit 50205af

Browse files
committed
Merge branch 'master' of github.com:fullstackreact/react-native-firestack
* 'master' of github.com:fullstackreact/react-native-firestack: Add instruction to update pods to README
2 parents 331f06c + 63b93b4 commit 50205af

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)