Johan Kasperi
Johan Kasperi
## Description Style type properties (properties that extends `StyleProp`) can be defined with other property names than "style". For example `contentContainerStyle` in `FlatList`. Current implementation of `AnimateProps` defines all style...
**Motivation** Fixes https://github.com/react-navigation/react-navigation/issues/10876 and https://github.com/react-navigation/react-navigation/issues/9897 **Test plan** This change breaks typescript in the example app because the linking config does not match how all the navigators is setup. This wasn't...
**Current Behavior** My use case is that I want to create a custom header in my app that uses a completely different props type than `StackHeaderOptions` (for example that it...
## Description The current implementation of `headerLeft` and `headerRight` adds a react view as a custom view in a UIBarButtonItem. This implementation is sufficient at most times but I believe...
## Description `onNativeFocusChange` is called on android after closing a screen "on top of" a screen having bottom tabs. This is because we are setting `bottomNavigationView.selectedItemId` in `updateBottomNavigationViewAppearance` even though...