From 3323bfc453b017b507d5f6d4e608ec13286c8d77 Mon Sep 17 00:00:00 2001 From: Paul Brittain Date: Fri, 29 Sep 2017 15:50:16 +0100 Subject: [PATCH] 16111 Webview contentInset docs change --- Libraries/Components/WebView/WebView.ios.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/Components/WebView/WebView.ios.js b/Libraries/Components/WebView/WebView.ios.js index 0752028e72ae66..d552dca086b348 100644 --- a/Libraries/Components/WebView/WebView.ios.js +++ b/Libraries/Components/WebView/WebView.ios.js @@ -241,6 +241,7 @@ class WebView extends React.Component { /** * The amount by which the web view content is inset from the edges of * the scroll view. Defaults to {top: 0, left: 0, bottom: 0, right: 0}. + * @platform ios */ contentInset: EdgeInsetsPropType, /**