From 15cdc60740ce5dc4cb8a281d3d21013d741b048e Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 28 Apr 2020 14:23:49 +0000 Subject: [PATCH] Deploy website Deploy website version based on 62b1ae249480528e983d2595bcd006e688a6ce65 --- docs/next/height-and-width.html | 12 ++++++------ docs/next/height-and-width/index.html | 12 ++++++------ docs/next/interactionmanager.html | 5 +++-- docs/next/interactionmanager/index.html | 5 +++-- docs/next/security.html | 2 +- docs/next/security/index.html | 2 +- 6 files changed, 20 insertions(+), 18 deletions(-) diff --git a/docs/next/height-and-width.html b/docs/next/height-and-width.html index d16bdff2729..89f0233005b 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.

-