Konrad Michalik

Results 7 issues of Konrad Michalik

Match the updated docs from types.tsx https://github.com/react-navigation/react-navigation/pull/12747, omitting "as of now".

Match the updated docs from types.tsx https://github.com/react-navigation/react-navigation/pull/12747

## Description This fix handles the case where the whole nested ScreenStack is moved to window with UIPageViewController. The logic worked under the assumption that the nested stack is put...

Type: Bug
Area: Native Stack
Platform: iOS

## Description This PR adds the `ContentScrollViewDetector` native component. This component allows us to locate and interface with [content ScrollView](https://developer.apple.com/documentation/uikit/uiviewcontroller/setcontentscrollview(_:for:)). The component holds an instance to the ScrollView and registers...

Type: Feature
Area: ScrollView

## Description TBD ### Before ### After ## Test code and steps to reproduce TBD

## Description Partially fixes #2991. Unfortunately, not all cases are covered; see below. When navigating from screen with headerShown: false to a screen that has a back button with displayMode=minimal,...

## Description Resolves #2744 We have hardcoded `MenuItem.showAsAction` to `SHOW_AS_ACTION_ALWAYS` to have search icon always visible on toolbar. This setting also indirectly controls the behavior of Up button; OR-ing it...