From 555c6970335675eca9cf17079bb7a1ea3d010a9d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 28 Apr 2020 14:33:19 +0000 Subject: [PATCH] Deploy website Deploy website version based on d2c4e5e44eb7d5e5591aee8e76437e702eceda3f --- docs/next/height-and-width.html | 12 ++++++------ docs/next/height-and-width/index.html | 12 ++++++------ docs/next/props.html | 10 +++++----- docs/next/props/index.html | 10 +++++----- docs/next/security.html | 2 +- docs/next/security/index.html | 2 +- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/next/height-and-width.html b/docs/next/height-and-width.html index 89f0233005b..d16bdff2729 100644 --- a/docs/next/height-and-width.html +++ b/docs/next/height-and-width.html @@ -71,10 +71,10 @@
Edit

Height and Width

A component's height and width determine its size on the screen.

Fixed Dimensions

The general way to set the dimensions of a component is by adding a fixed width and height to style. All dimensions in React Native are unitless, and represent density-independent pixels.

-