question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Invariant Violation: View config not found for name FastImageView

See original GitHub issue

I got an error when I used FastImage component below. error message is “Invariant Violation: View config not found for name FastImageView”

        <FastImage
          style={styles.image}
          resizeMode={FastImage.resizeMode.cover}
          source={{uri: item.image}}
        />

Does someone know how to solve this problem?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:12

github_iconTop GitHub Comments

2reactions
iqqmuTcommented, Feb 12, 2019

Does it help if you clean gradle files?

  1. cd android && ./gradlew clean
  2. npm run android
1reaction
hufanscommented, Dec 26, 2018

same , react-native-fast-image": “^5.1.1”.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native View Config not found for name path
Iam facing this error Invariant violation: View config not found for name path. Make sure to start component names with a capital letter....
Read more >
Invariant Violation: View config not found for name div-Reactjs
View is a container that supports layout with flexbox, style, some touch handling, and access controls. Whereas <Text> can be used in order...
Read more >
Am i losing it ? I think i'm losing it. : r/reactnative - Reddit
"Invariant Violation: View config getter callback for component `path` ... PS: I'm looking for the mental distress tag but i don't find it....
Read more >
invariant violation: module appregistry is not a registered ...
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native. babel.config.js.
Read more >
“react native require native component "RNCSafeAreaView ...
Invariant Violation : requireNativeComponent: "RNCWebView" was not found in the UIManager. shell by Grieving Gharial on Jul 31 2021 Comment. 0. Tip ...
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