react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
732 stars 281 forks source link

How to import RNCPushNotificationIOS into Swift file #387

Closed ThushalIntervest closed 1 year ago

ThushalIntervest commented 1 year ago
Screenshot 2023-01-04 at 14 56 20

I convert my AppDelegate.mm file to AppDelegate.swift. Now I am facing the problem of importing RNCPushNotificationIOS to the project.

ThushalIntervest commented 1 year ago

I fix this issue by adding import into the bridging-header file.