This commit is contained in:
Dylan Vann 2018-04-22 12:15:00 -04:00
parent d3e3a99211
commit d71843d79d
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ If you have problems you can try:
- Running Clean in Xcode.
- Deleting Xcode's derived data.
- Remove `node_modules` then reinstall dependencies. (`rm -rf node_modules && yarn`)
- Clear watchman watches. (`watchman watch-del-all`)
- Clear react-native packager cache. (`react-native start --reset-cache`)
- Clear react-native ios build folder. (`rm -rf ios/build`)
- Removing `node_modules` then reinstalling dependencies. (`rm -rf node_modules && yarn`)
- 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`)