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.

Some images are not showing.

See original GitHub issue

First, Below is showing well.

<FastImage
              style={s.image}
              source={{
                uri: 'https://unsplash.it/400/400?image=1',
                headers:{ Authorization: 'someAuthToken' },
                priority: FastImage.priority.normal,
              }}
              resizeMode={FastImage.resizeMode.stretch}
            />

But, Below is not showing.

<FastImage
              style={s.image}
              source={{
                uri: 'https://s3.ap-northeast-2.amazonaws.com/zzim-app-images/intro/180529_1.png',
                headers:{ Authorization: 'someAuthToken' },
                priority: FastImage.priority.high,
              }}
              resizeMode={FastImage.resizeMode.stretch}
            />

Why can’t I see any image? Can’t I load image from s3?

So I test to upload first image in s3.

  1. Download : “https://unsplash.it/400/400?image=1
  2. Uri change : : “https://s3.ap-northeast-2.amazonaws.com/zzim-app-images/test.jpeg)”

But it’s not showing too.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:38 (3 by maintainers)

github_iconTop GitHub Comments

10reactions
n1ru4lcommented, Jul 16, 2018

@kkotkkio https://github.com/DylanVann/react-native-fast-image/issues/219

@jedashford just because the maintainer has other stuff to do than responding to the third duplicate of an issue that does not mean the project is dead…

10reactions
kkotkkiocommented, Jul 11, 2018

And I try to use <Image> of react-native. It’s works. The problem is from to use FastImage and S3 Image.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why Are Web Page Images Not Showing?
Possible causes · The web page is not pointing to the correct URL (location) of the image. · The server or computer hosting...
Read more >
How to Fix Images Not Loading in Chrome
How to Fix Images Not Loading in Chrome · Use a Different Browser to Access Your Webpage · Allow Sites to Display Images...
Read more >
7 Methods to Resolve Images Not Showing in Google ...
Reasons for Images Are Not Showing in Google Chrome; Method 1: Make Sure the Show Pictures Option is Checked; Method 2: Delete Temporary...
Read more >
Resolve the "Images Not Showing on Website" Error [2022]
To resolve the images not showing problem, just close Chrome and open the Run prompt. Now, enter the '%localappdata%' command to go to...
Read more >
9 Fixes When Images Not Loading in Chrome
1. Try a Different Browser · 2. Check the Show All Images Option · 3. Check JavaScript Settings · 4. Test No Extensions...
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