react-native-opentok
react-native-opentok copied to clipboard
Screen Sharing PR causes problems building
/node_modules/react-native-opentok/ios/RNOpenTokScreenSharingCapturer.m:133:1: Control reaches end of non-void function
In this block of code
/**
* Dispatch lambda function to stop the queue from invoking handler block.
*/
- (int32_t)stopCapture
{
_capturing = NO;
dispatch_sync(_queue, ^{
if (_timer) {
dispatch_source_cancel(_timer);
}
});
}
Fixed in #98
I am seeing this same error now after trying to install the react native opentok package with the instructions here, https://github.com/callstack/react-native-opentok#installation