Closed kmiracle86 closed 6 years ago
My build was failing with a control reaches end of non-void block error. Always return 0 since function expects to return int. Could also change function signature to be void - not an Obj C guy, so let me know if there is a better way to fix this.
control reaches end of non-void block
This was fixed in https://github.com/callstack/react-native-opentok/pull/104
My build was failing with a
control reaches end of non-void block
error. Always return 0 since function expects to return int. Could also change function signature to be void - not an Obj C guy, so let me know if there is a better way to fix this.