This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/@intercom/intercom-react-native/ios/IntercomModule.m b/node_modules/@intercom/intercom-react-native/ios/IntercomModule.m | |
| index 5db7318..bfca3ef 100644 | |
| --- a/node_modules/@intercom/intercom-react-native/ios/IntercomModule.m | |
| +++ b/node_modules/@intercom/intercom-react-native/ios/IntercomModule.m | |
| @@ -82,12 +82,19 @@ RCT_EXPORT_METHOD(sendTokenToIntercom:(NSString *)token | |
| resolver:(RCTPromiseResolveBlock)resolve | |
| rejecter:(RCTPromiseRejectBlock)reject) { | |
| @try { | |
| + __block BOOL isSettled = NO; | |
| NSData *data = [self dataFromHexString:token]; |