Skip to content

Commit

Permalink
Merge pull request #6 from DylanVann/master
Browse files Browse the repository at this point in the history
chore: Document installing pods as troubleshooting method.
  • Loading branch information
msaikrishna authored Oct 4, 2019
2 parents 6ec55e0 + 56c8eff commit a66b2a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

0 comments on commit a66b2a2

Please sign in to comment.