react-native-fast-image/docs/troubleshooting.md

11 lines
405 B
Markdown
Raw Normal View History

2018-04-22 16:12:01 +00:00
# Troubleshooting
If you have problems you can try:
- Running Clean in Xcode.
- Deleting Xcode's derived data.
2018-04-22 16:15:00 +00:00
- 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`)