Jakub Tkacz

Results 13 issues of Jakub Tkacz

### Description When ScreenStack is wrapped with `SafeAreaView` (either `react-native-safe-area-context` or the one from `screens`) then the top inset is still applied to header. This makes the header too tall....

Type: Bug
Area: Native Stack
Platform: Android
Repro provided

PoC of adding support for [system items](https://developer.apple.com/documentation/uikit/uibarbuttonitem/systemitem?language=objc). These buttons are localized buttons with predefined icon. Mostly adding the support, if in future the role will introduce new behavior (similar to...

## Description https://github.com/user-attachments/assets/b64e106f-edbf-49e7-8db1-860c8f81b38b Requires `nestedScrollEnabled` to be set to `true` on `ScrollView` ## Changes ## Test code and steps to reproduce ## Checklist - [ ] Included code example that...