Adam Grzybowski

Results 10 comments of Adam Grzybowski

The position fixed is used because we need to modify the position of cards inside the StackView component provided by react-navigation, to display them side by side. As a potential...

Hey @hayata-suenaga I'm continuing to search for the best solution. I went through the issues in the description of the PR and it looks like the first one: > Issue...

> this is a bit confusing, Settings page should open from the right with animation or just open without any animation? The behavior you recorded is as expected. No animation...

Hey @hayata-suenaga, this one won't be solved by the goback workaround and may be tricky. I'll take a look at it when I have some free time. But maybe in...

@trjExpensify should be fixed by https://github.com/Expensify/App/pull/36050

@trjExpensify Should be fixed by https://github.com/Expensify/App/pull/36050

Hey @hayata-suenaga isn't that a duplicate? https://github.com/Expensify/App/issues/35602 It looks similar to me

The `dismissModal` should be ok in that case. But there is one related problem. For some reason `pop()` is much slower than the `popToTop()`. I agree that we want to...