James Ide

Results 81 comments of James Ide

I suspect the size of code change is a red herring assuming that the minifier produced different code. To pick up the update, by default an app will first look...

My guess is that Apple wraps the whole rotation reflow in a UIView animation block. Maybe you could try experimenting with that inside of a device rotation handler that triggers...

Re-opening since this is still an issue. To set expectations fairly, though, the best way to move this forward is to figure out the fundamental issue and write a low-maintenance...

@aarondail The gist is that Apple's CoreAnimation can tween automatically and perhaps iOS uses that during rotations. Someone who worked at Apple or has debugged this in Instruments might be...

IIRC the example code only reproduces the issue but it was from over a year ago.

From my original post it sounds like you could fork this library and get it working for this specific use case if that’s important. But I don’t think I used...

@jonathanong would you be open to reviewing this if you have some time? I know it's been six years since you last worked on this package. I tried to write...

In our experience, de-prioritizing reconciliation of non-visible routes is more important than culling the native view hierarchy. I say de-prioritizing instead of completely turning it off because we want the...

Might be time to build display:none or visibility:hidden so that we can script the culling logic from JS.

@raajnadar is correct. This is a side effect of the new CLI, which is much smaller and comes with the `expo` package. In other words, every Expo project now gets...