Closed FranciZ closed 6 years ago
Argument of type 'UIApplicationState' is not assignable to parameter of type 'Function'.
When trying to build for iOS this error keeps popping up for the below line. I've followed the instructions and have the references.d.ts setup.
references.d.ts
BackgroundFetch.performFetchWithCompletionHandler(completionHandler, application.applicationState);
Oops, wrong repo!
When trying to build for iOS this error keeps popping up for the below line. I've followed the instructions and have the
references.d.ts
setup.