Skip to content

TomaszStevens/border-radius-30

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

What is this?

Get a View with the perfect border radius now!

Installation

npm i border-radius-30

Then...

import BorderRadius30 from 'border-radius-30';
import { Text } from "react-native";

<BorderRadius30 style={{ height: 100, width: 100, backgroundColor: "cyan", justifyContent: "center", alignItems: "center" }}>
  <Text>This is such a great component!</Text>
</BorderRadius30>;

Options

BorderRadius30 supports 1 option, which is optional:

  • style - Any valid style object for a react-native View

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published