React-native issue getting imageUri out of an array with a for Loop – React native
I'm trying to get for each imageUri in the products array the value. After which is encoded in Base64 and stocked in the const "bloc". default place of stocking images + bloc gives a string uri of the image. I…