joffet
joffet

Reputation: 77

react-native-push-notification-ios - Missing context for method declaration

I am trying to follow the instructions to add this package, but when I update AppDelegate.m, on the send step, the code block it specifies, creates a bunch of errors: "Missing context for method declaration"

enter image description here

Upvotes: 2

Views: 427

Answers (1)

parviin57
parviin57

Reputation: 126

You should put them inside "@implementation AppDelegate".

Upvotes: 6

Related Questions