Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

border-radius-30

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

border-radius-30

Get your fresh View with a border radius of 30 in react-native!

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 17 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc