react-native-notification-banner icon indicating copy to clipboard operation
react-native-notification-banner copied to clipboard

iOS installation

Open cretumarius opened this issue 5 years ago • 2 comments

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!

cretumarius avatar May 26 '20 00:05 cretumarius

Also Possible Unhandled Promise Rejection (id: 1): TypeError: null is not an object (evaluating 'RNNotificationBanner.Show') when trying to show the banner

cretumarius avatar May 26 '20 08:05 cretumarius

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;

SmirnovM91 avatar Jun 05 '20 10:06 SmirnovM91