react-native-callkit icon indicating copy to clipboard operation
react-native-callkit copied to clipboard

Conflicting parameter types

Open ghost opened this issue 6 years ago • 1 comments

Hi,

Xcod is showing this warning: " Conflicting parameter types in implementation of 'application:continueUserActivity:restorationHandler:':'void (^_Nonnull __strong)(NSArray<id<UIUserActivityRestoring>>*_Nullable __strong)' vs 'void (^__strong _Nonnull)(NSArray *_Nullable __strong)' "

on this line in AppDelegate.m: restorationHandler:(void(^)(NSArray * __nullable restorableObjects))restorationHandler

How do I fix this mismatch?

ghost avatar Mar 05 '19 17:03 ghost

+1

hameed0z avatar Mar 13 '19 20:03 hameed0z