Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 343 Bytes

manual-linking.md

File metadata and controls

13 lines (10 loc) · 343 Bytes

Manual linking

  • 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.