quikkly / react-native

React Native plugin for the Quikkly iOS and Android SDKs.
Apache License 2.0
3 stars 6 forks source link

Can't see image in rendered svg. #11

Open magic990619 opened 4 years ago

magic990619 commented 4 years ago

I created quikkly image using createImage. But I can't see the imagefile in rendered image. How to set imageFile value in skin options to see the image?

Quikkly.createImage({ value: 123456, template: "template0002style11", skin: { backgroundColor: '#5cb7a6', borderColor: '#ffffff', dataColor: '#000000', maskColor: '#5cb7a6', overlayColor: '#ffffff', imageFile: '../../assets/images/scan.png' } }).then((result) => { console.log(result) })

I also tried to set imageFile as weburi but also not worked. Please give me advice.

rendedred_svg.zip