chore: Document installing pods as troubleshooting method.

fix #534 
fix #257
This commit is contained in:
Pablo Espinosa 2019-09-05 04:14:39 +01:00 committed by Dylan Vann
parent 7b8c0c841a
commit 56c8eff5e9
1 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,5 @@ If you have problems you can try:
- Clearing watchman's watches. (`watchman watch-del-all`)
- Clearing React Native's packager cache. (`react-native start --reset-cache`)
- Clearing React Native's iOS build folder. (`rm -rf ios/build`)
- Updating Pod repos. (`cd ios && pod repo update`)
- Reinstalling Pods. (`cd ios && pod install`)