Closed FrederickEngelhardt closed 4 years ago
Solution:
const snap = await this.mapview1.current.takeSnap(true) uri or base64 return
const snap1 = await this.mapview2.current.takeSnap(true) // uri or base64 return
ImagesCombineLibrary.combineImages([
{uri: snap},
{uri: snap}
]).then(base64 => {})
See #2 for a documentation update
This fails. Is there plan to support base64 or dynamic files?