Jakub Piasecki
Jakub Piasecki
@javache @lunaleaps Sorry for the ping, but I've missed a case where an ongoing animation gets interrupted and a new one starts from the position where the old one got...
@lunaleaps Yes, it's still breaking `DrawerLayout`
If by latest you mean `0.70.6` then yes, it's also broken there, but if you mean `0.71.0-rc.3` then it works as expected.
> If by latest you mean 0.70.6 then yes, it's also broken there, but if you mean 0.71.0-rc.3 then it works as expected. I don't exactly remember now, but it...
I tried it on 0.71.0, and while it works as expected on the new architecture, on the old arch the layout jump is still visible. This applies to both, Android...
@mikehardy Any chance you would find some time to review this now, assuming `a while longer` has passed 😄?
> Android and iOS will separately set frame in their own versions of TextLayoutManager. So, before making changes at this specific layer, it would be good to check if iOS...
> If we are not offsetting by padding, we are also likely missing space taken by paragraph border as well (also part of the contentFrame insets) We should be reading...
@NickGerleman Friendly ping in case you missed the response.
Hey @szymonrybczak, there's one more line where `args.host` is referenced: https://github.com/facebook/react-native/blob/ed815fcd9da7c4d3d73d52960118bf37adba321e/packages/community-cli-plugin/src/commands/start/runServer.js#L145 Before your change, an empty string was passed there by default, but now it receives `localhost`. At least for...