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:
parent
2f2c3ea254
commit
1b80118b66
|
@ -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,
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue