react-native-shapes

0.1.0 • Public • Published

react-native-shapes

npm version

🔻 A collection of simple shapes built with CSS for use as icons, buttons, graphics, etc..

View example on snack.expo.io

Getting Started

Installing

npm install react-native-shapes

Usage

import { Chevron, Heart, Triangle } from 'react-native-shapes'

Shapes

  • Chevron (also supports type prop of thin (default) or thick)
  • Heart
  • Triangle (also supports type prop of equilateral (default) or isosceles)

Props

Name Type Description
Color String Changes the color of the shape. Defaults to black.
Rotate Int Rotates the shape clockwise.
Size Float Changes the size of the shape. Defaults to 1.
Style Object Style overrides to spread onto the outer wrapping View

License

react-native-shapes is MIT licensed

Package Sidebar

Install

npm i react-native-shapes

Weekly Downloads

662

Version

0.1.0

License

MIT

Unpacked Size

76.2 kB

Total Files

10

Last publish

Collaborators

  • lfkwtz