TypeError:无法读取react-native-image-marker中未定义的属性“ addText”

时间:2019-06-21 17:04:12

标签: react-native

我在尝试在图像上添加文本时收到此警告“ TypeError:无法读取未定义的属性'addText'”。 并且无法在图片上添加文字

Marker.markText({
src: uri,
text: "Watermark",
X: 300,
Y: 1110,
color: "#e9e9e9",
fontName: 'Montserrat-Light',
fontSize: 80,
shadowStyle: {
dx: 10.5,
dy: 20.8,
radius: 20.9,
color: "#e9e9e9"
},
scale: 1,
quality: 100
})

0 个答案:

没有答案