From 38f1c4e76f0b50b7364fd4db1721432ef1fa1bd7 Mon Sep 17 00:00:00 2001 From: panwrona Date: Tue, 10 Mar 2020 09:12:18 +0100 Subject: [PATCH] Fix WebView default properties to required --- docs/components/WebView.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/WebView.md b/docs/components/WebView.md index 9f8787d0..1aad49d6 100644 --- a/docs/components/WebView.md +++ b/docs/components/WebView.md @@ -41,8 +41,8 @@ export default class MyApp extends React.Component { | Name | Type | Default Value | Required | Description | | ------ | ------ | :-----------: | :------: | ------------------------- | -| width | number | `0` | N | The width of the WebView. | -| height | number | `0` | N | the width of the WebView. | +| width | number | n/a | Y | The width of the WebView. Must be greater than `0` | +| height | number | n/a | Y | the width of the WebView. Must be greater than `0` | ## Element Properties