react-native-webrtc / react-native-callkit

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

Fix iOS Yellow box warning RNCallKit requires main queue setup since it overrides `init` #63

Open pcboy opened 5 years ago

pcboy commented 5 years ago

When using the master branch I get this warning in my emulator:

image

By implementing this requiresMainQueueSetup method in RNCallKit the warning disappears.

bob76828 commented 5 years ago

@ianlin Could you merge this?