rn-spacer

1.0.1 • Public • Published

RN Spacer

## Installation
#npm
npm install --save rn-spacer

#yarn
yarn add rn-spacer

Usage

import { Spacer } from "rn-spacer";

const App = () => (
  <View>
    <Spacer size={16} color={'#ffffff'} horizontal />
  <View>
);

export default App;

Props

size?: number

Height of the spacer

color?: color string

Color of the spacer

Readme

Keywords

Package Sidebar

Install

npm i rn-spacer

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

1.8 kB

Total Files

4

Last publish

Collaborators

  • ask2022