Here is the crash log, also noticing the error about email not present. I am not sending user email to intercom.
```
INTERCOM ERROR - 'email' must be an NSString and can't be nil or empty
Intercom] ERROR - Tried to update user, but there was a problem with the SDK's initialisation.
/Intercom] ERROR - Tried to send metrics, but there was a problem with the SDK's initialisation.
-NSNull code]: unrecognized selector sent to instance 0x111a1d590
2023-05-01 16:56:50.683285-0700 ZiggyReactNativei42315:4564543] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '- NSNull code]: unrecognized selector sent to instance 0x111a1d590'
*** First throw call stack:
(
0 CoreFoundation 0x00000001117b778b __exceptionPreprocess + 242
1 libobjc.A.dylib 0x000000010dc37b73 objc_exception_throw + 48
2 CoreFoundation 0x00000001117c68c4 + NSObject(NSObject) instanceMethodSignatureForSelector:] + 0
3 CoreFoundation 0x00000001117bbc66 ___forwarding___ + 1443
4 CoreFoundation 0x00000001117bde08 _CF_forwarding_prep_0 + 120
5 React 0x000000010d60a6dc RCTJSErrorFromCodeMessageAndNSError + 548
6 React 0x000000010d60a485 RCTJSErrorFromNSError + 197
7 React 0x000000010d5daef1 __41-0RCTModuleMethod processMethodSignature]_block_invoke_4.84 + 74
8 Intercom 0x0000000109d82115 shouldRenderOnNewLine + 35719
9 Intercom 0x0000000109d4c23a IntercomSDK_PINRemoteImageManagerSubclassOverridesSelector + 273039
10 Intercom 0x0000000109d4c49b IntercomSDK_PINRemoteImageManagerSubclassOverridesSelector + 273648
11 Intercom 0x0000000109d45594 IntercomSDK_PINRemoteImageManagerSubclassOverridesSelector + 245225
12 Intercom 0x0000000109d81e13 shouldRenderOnNewLine + 34949
13 Intercom 0x0000000109d69966 IntercomSDK_PINRemoteImageManagerSubclassOverridesSelector + 393659
14 Intercom 0x0000000109d6ab96 IntercomSDK_PINRemoteImageManagerSubclassOverridesSelector + 398315
15 libdispatch.dylib 0x0000000112478e40 _dispatch_call_block_and_release + 12
16 libdispatch.dylib 0x000000011247a0d9 _dispatch_client_callout + 8
17 libdispatch.dylib 0x0000000112489b86 _dispatch_main_queue_drain + 1330
18 libdispatch.dylib 0x0000000112489646 _dispatch_main_queue_callback_4CF + 31
19 CoreFoundation 0x00000001117156cc __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
20 CoreFoundation 0x000000011170ffbe __CFRunLoopRun + 2429
21 CoreFoundation 0x000000011170f264 CFRunLoopRunSpecific + 560
22 GraphicsServices 0x000000011613424e GSEventRunModal + 139
23 UIKitCore 0x0000000127a1f7bf -CUIApplication _run] + 994
24 UIKitCore 0x0000000127a245de UIApplicationMain + 123
25 ZiggyReactNative 0x0000000100130cf8 ZiggyReactNative + 23800
26 dyld 0x0000000108a74384 start_sim + 10
27 ??? 0x000000020060141f 0x0 + 8596231199
)
libc++abi: terminating due to uncaught exception of type NSException
```