Andrew M
Andrew M
OK I can confirm that the bug is due to #17282 which forces the app to try to reload while it's already loading. Perhaps #17282 should be reverted until another...
@tcdavis @lukmccall This may still be an issue on 0.10.6 of dev-menu. Not sure where it's coming from but pressing `r` in the expo cli window to reload the app...
Another clue is that "production mode" does nothing, toggling production bundling on/off in the devtools has no effect. The CLI says it's now bundling in production mode but I get...
A reload with `r` also does not include the latest code, it only loads an updated bundle after two reloads.
Hmm perhaps removing the double load actually uncovered this bug where app code doesn't get updated until 2 refreshes have happened?
@lukmccall Could this be reopened? It seems like it's still happening. Sometimes the android emulator just won't reload when pressing r in the terminal. Sometimes metro spits out one more...
@ajsmth @tcdavis @lukmccall if anybody could please reopen this issue it would be appreciated. This is not fixed so I think it would be good to reopen so as to...
I think this seems like the most likely culprit destroying my app performance with hermes. We have a fair amount of date logic since part of the app is a...
Unfortunately I don't have a repro, it's just a guess. By 4-6x slower I mean that user-perceived responsiveness is 4-6x slower. Everything in the app takes 4-6x longer when running...
@rpopovici Agreed. For example our app by default groups tasks by day for a calendar view. If someone has a couple hundred tasks we're tripping over exactly the issue @DePavlenko...