UNPKG

react-native-webview

Version:

React Native WebView component for iOS, Android, macOS, and Windows

7 lines (6 loc) 470 B
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent'; import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands'; export var Commands = codegenNativeCommands({ supportedCommands: ['goBack', 'goForward', 'reload', 'stopLoading', 'injectJavaScript', 'requestFocus', 'postMessage', 'loadUrl', 'clearFormData', 'clearCache', 'clearHistory'] }); export default codegenNativeComponent('RNCWebView');