We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 331f06c + 63b93b4 commit 50205afCopy full SHA for 50205af
README.md
@@ -73,6 +73,12 @@ React native ships with a `link` command that can be used to link the projects t
73
react-native link react-native-firestack
74
```
75
76
+Update the newly installed pods once the linking is done:
77
+
78
+```bash
79
+cd ios && pod update --verbose
80
+```
81
82
#### Manually
83
84
If you prefer not to use `rnpm`, we can manually link the package together with the following steps, after `npm install`:
0 commit comments