React-Native-Tips icon indicating copy to clipboard operation
React-Native-Tips copied to clipboard

opts is not defined

Open dhcmega opened this issue 6 years ago • 0 comments

Hi is this correct? where does opts come from?

const photos = [photo1, photo2, ...]
photos.forEach((photo) => {
    data.append('photo', {
    uri: photo.uri,
    type: 'image/jpeg', // or photo.type
    name: photos.name
  });  
});
fetch(url, opts);

should it be data? thanks

dhcmega avatar Jul 26 '18 14:07 dhcmega