Jignesh Kakadiya
Jignesh Kakadiya
Looks like after upgrading the react-native and react versions app started crashing because of the memory leaks. I did the profiling which shows something like this. I am using around...
 
I got `Uncaught TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The provided float value is non-finite.` error while executing below snippet. ``` var canvas = document.getElementById('canvas'); canvas.width = 150; canvas.height...