DEV Community

skptricks
skptricks

Posted on

React Native Set View Width And Height In Fixed Dimensions

Post Link : React Native Set View Width And Height In Fixed Dimensions

This tutorial explains how to set the width and height of the views in fixed dimension in react native application. The simplest 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.

React Native Set View Width And Height In Fixed Dimensions

Top comments (0)