react-native-library-boilerplate

0.0.2 • Public • Published
React Native Library Boilerplate

Battle Tested ✅

React Native Library Boiler Plate

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

React Native Library Boilerplate

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

Property Type Default Description
outline boolean true make the button outline
solid boolean false make the button with a solid background and a shadow
gradient boolean false make the button with a gradient background and a shadow
width number 150 change 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.

Package Sidebar

Install

npm i react-native-library-boilerplate

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

5.44 kB

Total Files

7

Last publish

Collaborators

  • freakycoder