import WebView from 'react-native-webview'; export const setItemInWindowUnitStore = (currentWeb: WebView | null, key: string, value: string) => { currentWeb?.injectJavaScript(`setItemInWindowUnitStore('${key}', '${value}')`); };