volkeno-button

1.0.1 • Public • Published

This project is a stylised button of volkeno

This package is currently only maintained for Expo managed React Native projects, support for bare React Native projects is coming soon

Installation

Add the dependency:

npm i volkeno-button

or

yarn add volkeno-button

Peer Dependencies

IMPORTANT! You need install them.
 "react": "^16.0.0-beta.5",
 "react-native": "^0.49.1"

Basic Usage

First step: import the component:

import ButtonVolkeno from 'volkeno-button';

Second step: Use the button

<ButtonVolkeno 
        textButton="Click it"
        styles = {{backgroundColor:"green"}}/>
/>

Example Application

  • I just shared the example project on Expo, simply run on Snack to check what it is: via Expo

Configuration - Props

FloatingButton

Property Type Default Description
textButton string - text inside button
styles function - style for the button

Author

Prince Diouf, princediouf95@gmail.com

License

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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i volkeno-button

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    2.69 kB

    Total Files

    3

    Last publish

    Collaborators

    • tiokolane