Manual linking

February 26, 2020 ยท View on GitHub

  • Add the .xcodeproj to your project
node_modules/@react-native-community/push-notification-ios/ios/PushNotificationIOS.xcodeproj
  • Add the following to Link Binary With Libraries phase
libRNCPushNotificationIOS.a

More info on manual linking, here.