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.

Image not rendering

See original GitHub issue

After installing and linking, I’m seeing this when trying to display image(s):

image

React native version: 0.42.3

To start with just tried rendering a canned image, like this:

<FastImage
   style={styles.image}
   source={{ 
      uri: 'https://facebook.github.io/react/img/logo_og.png', 														
      priority: FastImage.priority.normal
   }} 
   resizeMode={FastImage.resizeMode.contain}
/>

Any ideas why we are not seeing the images render ?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Unlightencommented, Jan 8, 2018

Same issue. I am also using Expo, not xcode.

0reactions
DylanVanncommented, May 18, 2018

It won’t work in Expo. Expo will not allow you to use third party native libraries. If you want this though you can vote up this feature request:

https://expo.canny.io/feature-requests/p/add-react-native-fast-image

On May 18, 2018, at 12:57 PM, Zorox notifications@github.com wrote:

same issue even after rebuild

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix image not showing in an HTML page
How to fix image not showing in an HTML page · Check the src path to of the <img> tag · Check the...
Read more >
Image is not showing in browser? - html - Stack Overflow
I am currently practice with JSP and I try this html code to make a web page on NetBeans IDE 7.0 but when...
Read more >
HTML Image Not Showing - Position Is Everything
One of the reasons why your HTML image not showing in browser is that its file is not located in the same folder...
Read more >
7 Reasons Why Images Are Not Loading on Your Website
1. Incorrect File Paths · 2. Files Names Misspelled · 3. Wrong File Extensions · 4. Missing Files · 5. The Website Hosting...
Read more >
Why can I not see the images on my website? - Encode.Host
The image file is not located in the same location that is specified in your IMG tag. · The image does not have...
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