1.0.4 • Published 4 years ago

border-radius-30 v1.0.4

Weekly downloads
22
License
ISC
Repository
github
Last release
4 years ago

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
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago