DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.09k stars 1.47k forks source link

"FastImageView" was not found in the UIManager #1030

Open MetaBenji opened 4 months ago

MetaBenji commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior if possible, or a link to a reproduction repo:

  1. Install react-native-fast-image
  2. Use it in a react native component
  3. Try to load that component on iOS

I don't see a pod for FastImageView in my pod folder and I've already run pod install.

What I've tried:

  1. Delete the pods folder
  2. Delete node_modules
  3. Clean the Xcode build
  4. Restart Xcode
  5. Delete the app from my device

Has anyone else run into this issue?

Expected behavior No error

Screenshots

IMG_1040

Dependency versions

Note: if these are not the latest versions of each I recommend updating as extra effort will not be taken to be backwards compatible, and updating might resolving your issue.

guinogueira2202 commented 3 months ago

I have the same problem

minhDaiVatek commented 3 months ago

Screenshot 2024-03-15 at 13 58 52 for me, i facing this error in android

tempo-beme commented 2 months ago

I was having the same issue. Fixed it with a ./gradlew clean and react-native start --reset-cache