react-native-callkit
react-native-callkit copied to clipboard
Fix iOS Yellow box warning RNCallKit requires main queue setup since it overrides `init`
When using the master branch I get this warning in my emulator:

By implementing this requiresMainQueueSetup method in RNCallKit the warning disappears.
@ianlin Could you merge this?