Guillaume HITIER
Guillaume HITIER
Hi @marf, It's broken the overlays for me as well.. Did you get any further, did you find any solution ? Thanks !
> Did your tried this solution [#7217 (comment)](https://github.com/wix/react-native-navigation/issues/7217#issuecomment-1037385172) ? I have a custom AppDelegate.swift, where I don't have any of this code.. So I suppose yes. Thanks for the suggestion...
To follow up on the issue, I managed to get my overlays working again with this patch. ```diff diff --git a/node_modules/react-native-navigation/lib/ios/RNNCommandsHandler.m b/node_modules/react-native-navigation/lib/ios/RNNCommandsHandler.m index 61b135f..e2c5f2c 100644 --- a/node_modules/react-native-navigation/lib/ios/RNNCommandsHandler.m +++ b/node_modules/react-native-navigation/lib/ios/RNNCommandsHandler.m @@...
@nickpalmer I found a workaround where I have the same as you in the Podfile (without use_frameworks or use_modular_headers). Then I followed those instructions (found in another repo): 1. Open...
> Inside my app or notification-banner? @SmirnovM91 inside your app
> > I did it, but it is not working (banner.swift) > @SmirnovM91 You do have the bridging header apparently, so thats fine. Here's what I have at the end...
> I have the same pod file as you, but it is not working, the problem still exists > > RNNotificationBanner.h:3:9: fatal error: 'BRYXBanner/BRYXBanner-Swift.h' file not found @SmirnovM91 Awww, you're...