requireNativeComponent: "FastImageView" was not found in the UIManager.

See original GitHub issue

I am using react-native 0.62.2 , and it’s

pod 'RNFastImage', :path => '../node_modules/react-native-fast-image'

also available in podlist file

but getting this issue.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:20 (1 by maintainers)

github_iconTop GitHub Comments

14reactions
bmuthogacommented, Jun 21, 2020

Came across the same working on the iOS Simulator. Running pod install and rebuilding the app fixed it for me.

8reactions
take-o20commented, Aug 21, 2020

having the same issue on android, I’m not using Expo.

resolved by re-building app

Read more comments on GitHub >

github_iconTop Results From Across the Web

requireNativeComponent: "FastImageView" was not found in ...
After installing react-native-fast-image you have to run pod command in you ios directory. So run this command : cd ios pod install.
Read more >
"FastImageView" was not found in the UIManager in react ...
Coding example for the question Invariant Violation: requireNativeComponent: "FastImageView" was not found in the UIManager in react native-Reactjs.
Read more >
“"FastImageView" was not found in the UIManager.” Code ...
Invariant Violation : requireNativeComponent: "FastImageView" was not found in the UIManager. fast image view was not found in the uimanager expo · fast...
Read more >
requireNativeComponent: "RNCViewPager" was not found in ...
" RequireNativeComponent : "RNCViewPager" was not found in the UIManager Did someone forget to add requireNativeComponent to RNCViewPager?
Read more >
react-native-fast-image - npm
FastImage, performant React Native image component. ... cacheOnly - Only show images from cache, do not make any network requests.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found