react-native-cached-image icon indicating copy to clipboard operation
react-native-cached-image copied to clipboard

Android Not Showing Image!

Open brkrtp opened this issue 7 years ago • 6 comments

Hi, local images successfull showing but server images not show android. Im add

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

Problem still is continue...

brkrtp avatar Aug 30 '17 15:08 brkrtp

<uses-permission android:name="android.permission.INTERNET" /> ?? If you resolved it already, and I assume you did, please close the issue.

chrusart avatar Oct 23 '17 12:10 chrusart

  1. Hello I have the same problem!! but... if I use your image it works ('https://i.redd.it/rc29s4bz61uz.png'), overwise if I use my server image it not works ('http://web3drendering.eu/wp-content/uploads/2015/03/cropped-fincantieri_marco_polo_102.jpg'). is there any reason that I can't see?

  2. another question: Could I use this component to store in local internet image and see them after in offline mode? or is a cache component only for speed loading?

reybluk avatar Nov 15 '17 22:11 reybluk

I don't understand... suddenly it works!!! I only managed better the connection with event listener... mah

but another question...

if I have many pages with image, but I want download all at first connection and in a second time, in offline mode see them, How can I do? maybe with: CacheableImage.cacheFile('https://i.redd.it/17ymhqwgbswz.jpg')? and it's better use permanent=true?

reybluk avatar Nov 15 '17 23:11 reybluk

mmm.... compiling on another phone... it not visualize images... as the first time... why? I don't understand...

reybluk avatar Nov 16 '17 20:11 reybluk

Any update on this?

91ranjan avatar Jun 29 '18 17:06 91ranjan

Maybe this help https://github.com/facebook/react-native/issues/13600

hugomosh avatar Oct 24 '18 23:10 hugomosh