reemasaleh9
reemasaleh9
Is there a way to add multiple stickers for one image? I tried but still gets errors in dealing with arrays Thank you
I tried the following: {finalStickers.map((sticker, index) => { return( this._isMounted && this.setState({showSticker: true, sticker: sticker.concat([sticker[1]] )})}> {sticker[0]} ) })} and when rendering the image: {this.state.sticker.map( e => { })} it...