react-native-library-boilerplate
v0.0.2
Published
Description for library
Downloads
4
Maintainers
Readme
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
- [x] ~~LICENSE~~
- [ ] Write an article about the lib on Medium
Change Log
Change log will be here !
Author
FreakyCoder, [email protected]
License
React Native Library Boilerplate is available under the MIT license. See the LICENSE file for more info.