Krzysztof Ligarski

Results 18 issues of Krzysztof Ligarski

To be merged after https://github.com/react-navigation/react-navigation/pull/12503. **Motivation** iOS modals are presented in a seperate hierarchy. When you open a modal screen and push multiple `presentation: 'card'` screens (they are pushed "behind"...

**Motivation** Since the release of iOS 18, screens with`presentation: 'modal'` changed size on devices with a bigger screen, such as an iPad - they became much smaller, which impacted applications...

**Motivation** This is a follow-up to https://github.com/react-navigation/react-navigation/pull/12618#issuecomment-2918729663. Changed the in-code docs for `statusBarAnimation` to match [current online docs](https://reactnavigation.org/docs/native-stack-navigator#statusbaranimation). Similar PR in `react-native-screens`: https://github.com/software-mansion/react-native-screens/pull/2953.

## Description Add information about `headerShown` prop and nested stack in a `presentation: 'formSheet'` screens being currently unsupported on Android. Thanks to @ljukas for [pointing out](https://github.com/software-mansion/react-native-screens/issues/2657#issuecomment-2862131079) the missing docs.

## Description WIP ## Changes WIP ## Screenshots / GIFs https://github.com/user-attachments/assets/0e45336e-3645-4f0e-afde-8bc555825b6b ## Test code and steps to reproduce WIP ## Checklist - [ ] Included code example that can be...

## Description Status bar insets were not handled properly when opening the formSheet with initial height that was greater than safe content area. The bug is directly connected with how...

## Description Check which example screens from issues/PRs can be used in e2e testing for tests `Test748, ..., Test758` and implement them if possible for Fabric. ### Test713 Test screen...

## Description Closes https://github.com/software-mansion/react-native-screens-labs/issues/625 Fixes missing animation between formSheet and push screen. FormSheets use `Animator` but entering screens use tween animations - these animation systems don't work together very well....

WIP TODO: add information about filename change from RNSScreenStack to RNSScreenStackView

## Description Added formSheet example screen. ## Changes - added formSheet example screen with buttons that open formSheets with different props: - Fit To Contents: - shows `fitToContents` prop, -...

first pull request