Jonas Lüthke

Results 7 comments of Jonas Lüthke

I can confirm that the downgrade worked in our case.

@hannojg thanks for your work on this issue! 🙏 What would be the easiest way to try your PR changes? We're currently using RN `0.79.4`. Can I apply your changes...

I tested this and it seems to fix several UI issues on iOS 26. Thank you @johankasperi ! 🙏 @kkafar @kmichalikk is there any chance this might be released in...

> Thank you! Don't know your circumstances for the deadline but wanted to share that you can opt out from the new design with [UIDesignRequiresCompatibility](https://developer.apple.com/documentation/bundleresources/information-property-list/uidesignrequirescompatibility?language=objc) in your Info.plist Apple is...

Duplicate of https://github.com/react-native-maps/react-native-maps/issues/5559

In my case icons are not centered inside `headerLeft ` or `headerRight` components. As a workaround I'm using this patch for now: ```objective-c diff --git a/node_modules/react-native-screens/ios/RNSScreenStackHeaderSubview.mm b/node_modules/react-native-screens/ios/RNSScreenStackHeaderSubview.mm index b4e3c15..56d6646 100644...

For me it works well on `[email protected]`. However, on `[email protected]` the `QuickActions.addListener` doesn't fire anymore.