0.0.2 • Published 5 years ago

react-native-library-boilerplate v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Battle Tested ✅

React Native Library Boiler Plate

npm version npm Platform - Android and iOS License: MIT styled with prettier

Installation

Add the dependency:

npm i react-native-library-boilerplate

Peer Dependencies

IMPORTANT! You need install them
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",

Usage

Import

import { Component1, Component2 } from "react-native-library-boilerplate";

Component1 Usage

<Component1 />

Configuration - Props

PropertyTypeDefaultDescription
outlinebooleantruemake the button outline
solidbooleanfalsemake the button with a solid background and a shadow
gradientbooleanfalsemake the button with a gradient background and a shadow
widthnumber150change the button's width

Future Plans

  • LICENSE
  • Write an article about the lib on Medium

Change Log

Change log will be here !

Author

FreakyCoder, kurayogun@gmail.com

License

React Native Library Boilerplate is available under the MIT license. See the LICENSE file for more info.