mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 03:31:05 +00:00
feat(types): added missing types (#157)
This commit is contained in:
committed by
Thibault Malbranche
parent
9b70012435
commit
f70700df24
Vendored
+5
@@ -199,6 +199,10 @@ export interface IOSWebViewProps {
|
||||
* backward compatible.
|
||||
*/
|
||||
hideKeyboardAccessoryView?: boolean;
|
||||
/**
|
||||
* If true, this will be able horizontal swipe gestures when using the WKWebView. The default value is `false`.
|
||||
*/
|
||||
allowsBackForwardNavigationGestures?: boolean
|
||||
}
|
||||
|
||||
export interface AndroidWebViewProps {
|
||||
@@ -417,4 +421,5 @@ export class WebView extends Component<WebViewSharedProps> {
|
||||
public goBack: () => void;
|
||||
public reload: () => void;
|
||||
public stopLoading: () => void;
|
||||
public injectJavaScript: (js: string) => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user