16111 Webview contentInset docs change

Summary:
Addresses #16111

**No tests needed, non functional change. Test suite ran: PASS**
Closes https://github.com/facebook/react-native/pull/16138

Differential Revision: D6004974

Pulled By: hramos

fbshipit-source-id: 3f47aab417ec0181fe8c3029d72e7729a709a754
This commit is contained in:
Paul Brittain 2017-10-07 12:06:47 -07:00 committed by Facebook Github Bot
parent 2f2c3ea254
commit 1b80118b66
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ class WebView extends React.Component {
/** /**
* The amount by which the web view content is inset from the edges of * 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}. * the scroll view. Defaults to {top: 0, left: 0, bottom: 0, right: 0}.
* @platform ios
*/ */
contentInset: EdgeInsetsPropType, contentInset: EdgeInsetsPropType,
/** /**