#Create image variation with react native get error '''image' is a required property"

3 messages · Page 1 of 1 (latest)

eager kindle
alpine hazel
eager kindle
#

Thank you for your response, @alpine hazel. Could you please provide clarification on the required image format? Should it be in base64String or another format?
formData.append("image", { name: "imageVariations", filename: image.fileName, type: "image/png", data: RNFetchBlob.wrap(filePath), });
or
const convertImage = await RNFetchBlob.fs.readFile(filePath, "base64"); formData.append("image", convertImage);