Thanks to visit codestin.com Credit goes to github.com
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 d74e5f1 + 5ddbd66 commit 63b93b4Copy full SHA for 63b93b4
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