0.0.2 • Published 6 years ago
react-native-library-boilerplate v0.0.2
Installation
Add the dependency:
npm i react-native-library-boilerplatePeer 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.