Fabio Lamonaca
Fabio Lamonaca
Hi Guys, this is the current resetPanAndScale function. ``` resetPanAndScale = () => { const {previousCardDefaultPositionX, previousCardDefaultPositionY} = this.props this.state.pan.setValue({ x: 0, y: 0 }) this.state.previousCardX.setValue(previousCardDefaultPositionX) this.state.previousCardY.setValue(previousCardDefaultPositionY) } ``` This...
Me too. Same issue after apple account maintenance.
#1672 this issue is open. Report there.