Results 5 comments of hokimtam

> I deleted the existing `.watchmanconfig` and created another one. Problem solved. Saved my life. Thanks.

A lord trick for this, I manual set scale for my component using ref. I hope it help you. ` const setScale = (newScale: number) => { if (transformComponentRef.current) {...

toBack: true is good solution. thanks.