-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makeText saveFormat :'base64' ios get data crash #59
Comments
hello, can you show me more details about this issue? eg. error stack trace |
没有报错信息,打印返回的base64信息,特别多的信息返回,APP直接无法操作 |
那就是图片太大了吧。。。。崩溃应该有错误栈的吧。 |
以下是添加文字之前返回的信息 |
Describe the bug
ImageMarker makeText saveFormat:'base64' ios get base64 data crash
ImageMarker.markText({
src: image.path,
text: this.state.locationAddress,
position: 'topLeft',
color: '#FFFFFF',
// fontName: 'Arial-BoldItalicMT',
fontSize: 148,
scale: 1,
quality: 100,
saveFormat: 'base64'
}).then((res) => {
console.log("the path is", res)
}).catch((err) => {
console.log(err)
})
Versions:
"react-native": "0.59.5",
"react-native-image-marker": "^0.6.1",
The text was updated successfully, but these errors were encountered: