Kacper Kafara

Results 76 comments of Kacper Kafara

This PR is waiting for me having some free throughput and finializing it. As far as I remember the solution was not perfect and didn't solve the problem completely. Have...

Hey, I'll look into it rn, will report back to you once I have something

Also: If the PR in its current shape works for you, you can install `react-native-screens` directly from the branch / commit hash, by putting following in your `package.json`: `"react-native-screens": "software-mansion/react-native-screens#@kkafar/another-rotation-issue"`...

>I tested it on a real device and found the exiting animation is wrong: It's going from left to right not top to bottom if you are in landscape mode....

Yeah, for now it is expected (however I see why this might be a subject for change). IIRC the stack animation reflects the orientation of the screen underneath, so if...

I'm resentful to merge this PR as it introduces more bugs than it fixes, e.g. ![image](https://github.com/software-mansion/react-native-screens/assets/50801299/0af09c27-6431-44b7-85ed-c5bae6e0c1dc) and various weird interface jumps. I'll need to spend more time on it.

Hi @ugurdalkiran! > Probably the problem is not related to the react-native-screens package. Can we say that the problem is caused by the react-navigation package? No, the problem definitely lies...

Hi @thomas-coldwell, thanks for reporting. Would you confirm that the issue does not appear when running on iOS < 16 (try out iPhone 13)? Also, do you see message from...