-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
I version 3 I am still getting so low performance during transitions that my app locks up and is eventually killed. I found a console.log in Reducers.js on line 119, regardless if dev mode is on or not. It seems it isn't great for Android performance, see #199. However, commenting this out does not seem to affect performance, and neither do any of the other proposed fixes from that issue.
This is in a list<-> detail view in a very simple example app, I even tried it with static data (so no network requests during transitions) and the problem is still there. The only thing I haven't tried yet is to delay rendering of the new view until the transition has completed. No other logging going on from what I can see.
Tested on a Moto G3.
nfabian13, amos80m and garrettbland
Metadata
Metadata
Assignees
Labels
No labels