diff --git a/docs/height-and-width.md b/docs/height-and-width.md index 282b7af0197..74d79d14b63 100644 --- a/docs/height-and-width.md +++ b/docs/height-and-width.md @@ -7,7 +7,7 @@ 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. +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 not unitless it supports percentage and represents density-independent pixels. ```SnackPlayer name=Height%20and%20Width import React from 'react';