Soroush

Results 13 issues of Soroush

I'm trying the sheet reveal, but the animation is very slow. Any idea on how to improve it? I'm seeing this on my emulators as well as my own device...

Hello, Date itself is mocked, but Date.now is still returning the current time. Any ideas? ```javascript describe('My test', () => { beforeAll(() => { MockDate.set(1000); }); afterAll(() => { MockDate.reset();...

Hey @bkw, how can I get a stream of png from canvas, toDataURL returns blank pngs. Thanks,