From 8705ab42e5ebf636410367896038c8ae1ce2ae17 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 22 May 2026 11:16:31 +0300 Subject: [PATCH] Update index.web.tsx --- src/components/WebView/index.web.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/WebView/index.web.tsx b/src/components/WebView/index.web.tsx index 084b30fb35..34a1bfe2dd 100644 --- a/src/components/WebView/index.web.tsx +++ b/src/components/WebView/index.web.tsx @@ -1,4 +1,4 @@ -import {type Ref, useEffect, useImperativeHandle, useRef} from 'react' +import {useEffect, useImperativeHandle, useRef} from 'react' import {type StyleProp, StyleSheet, type ViewStyle} from 'react-native' // @ts-expect-error untyped import {unstable_createElement} from 'react-native-web' @@ -14,7 +14,7 @@ export type WebViewHandle = { } type WebViewProps = { - ref?: Ref + ref?: React.Ref source: WebViewSource style?: StyleProp title?: string