react-native-notification-banner
react-native-notification-banner copied to clipboard
iOS installation
I'm not able to build the dependency for iOS. I get 'BRYXBanner/BRYXBanner-Swift.h' file not found and I don't know why. Any help, please? Thanks in advance!
Also Possible Unhandled Promise Rejection (id: 1): TypeError: null is not an object (evaluating 'RNNotificationBanner.Show') when trying to show the banner
I'm not able to build the dependency for iOS. I get 'BRYXBanner/BRYXBanner-Swift.h' file not found and I don't know why. Any help, please? Thanks in advance!
You have to replace import statement to
@import BRYXBanner;