fix: Shared image links are now correctly handled on iOS
This commit is contained in:
@@ -93,7 +93,10 @@ export class MobileWebReceiver {
|
||||
)
|
||||
break
|
||||
case ReactNativeToWebEvent.ReceivedText:
|
||||
void this.application.handleReceivedTextEvent(messageData as { text: string; title?: string })
|
||||
void this.application.handleReceivedTextEvent(messageData as { text: string })
|
||||
break
|
||||
case ReactNativeToWebEvent.ReceivedLink:
|
||||
void this.application.handleReceivedLinkEvent(messageData as { link: string; title: string })
|
||||
break
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user