DEV Community

skptricks
skptricks

Posted on

React Native Show Border Around Image Component Android

Post Link : React Native Show Border Around Image Component Android

This post explains how to add rectangular border around the image component in react native application. This is pretty simple, you need to use borderWidth and borderColor properties of css stylesheet design.

Set Border In React Native component :
Using below CSS properties you can set border width and color in react native component.
borderWidth : This will set border width.
borderColor : This will set border color.

React Native Show Border Around Image Component Android

Continue Reading...

Top comments (0)