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.

-