mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-09-01 06:11:14 +00:00
405 B
405 B
Troubleshooting
If you have problems you can try:
- Running Clean in Xcode.
- Deleting Xcode's derived data.
- Removing
node_modulesthen 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)