react-native-webrtc / react-native-callkit

#deprecated iOS 10 new CallKit framework for React Native
ISC License
122 stars 67 forks source link

Conflicting parameter types #77

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi,

Xcod is showing this warning: " Conflicting parameter types in implementation of 'application:continueUserActivity:restorationHandler:':'void (^_Nonnull __strong)(NSArray<id>_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?

hameed0z commented 5 years ago

+1