chore: Upgrade React Native (#2893) [skip e2e]
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user