UNPKG

react-native-webview-comlink

Version:

Add JavaScript interface for react-native-webview, based on Comlink

4 lines (3 loc) 170 B
export { JavascriptInterface } from './web/types'; export { Remote } from './common/message'; export { withJavascriptInterface } from './native/withJavascriptInterface';