UNPKG

react-native-unit-components

Version:

Unit React Native components

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