chore: Document installing pods as troubleshooting method.
fix #534 fix #257
This commit is contained in:
parent
7b8c0c841a
commit
56c8eff5e9
|
@ -8,3 +8,5 @@ If you have problems you can try:
|
||||||
- Clearing watchman's watches. (`watchman watch-del-all`)
|
- Clearing watchman's watches. (`watchman watch-del-all`)
|
||||||
- Clearing React Native's packager cache. (`react-native start --reset-cache`)
|
- Clearing React Native's packager cache. (`react-native start --reset-cache`)
|
||||||
- Clearing React Native's iOS build folder. (`rm -rf ios/build`)
|
- 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`)
|
||||||
|
|
Loading…
Reference in New Issue