mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 04:08:21 +00:00
385 B
385 B
Troubleshooting
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
)