chore: Upgrade React Native (#2893) [skip e2e]

This commit is contained in:
Aman Harwara
2025-04-21 21:27:09 +05:30
committed by GitHub
parent b6f2c06f30
commit 03bacd2169
259 changed files with 2368 additions and 1656 deletions

View File

@@ -58,7 +58,7 @@ export class ReceivedSharedItemsHandler {
private receivedItemsQueue: ReceivedItem[] = []
private isApplicationLaunched = false
constructor(private webViewRef: RefObject<WebView>) {
constructor(private webViewRef: RefObject<WebView | null>) {
this.registerNativeEventSub()
}