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

Need FastImage Preload Promise to know when preload done to download all images

Open putuoka opened this issue 2 years ago • 1 comments

Need to know when preload done to download all images (depend on internet connection & hosting) either with array or for loops like this

for (let index = 0; index < jsonData.length; index++) {
      //urlOfImages.push({uri: jsonData[index]});
      FastImage.preload([{uri: jsonData[index]}]);
      count = index;
    }

putuoka avatar May 17 '22 04:05 putuoka

See #437

nicomontanari avatar May 20 '22 13:05 nicomontanari