1.0.4 • Published 6 years ago

react-native-components-base v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

· React Native Components Base ·

toto toto toto toto

Installation

$ npm install --save react-native-components-base

Import any required components into your project, for example:

import { LoginForm } from 'react-native-components-base'

Note: Currently working on so don't forget

$ npm update react-native-components-base

React Native 0.16+

This library only works with React Native 0.16+.

Documentation

Coming soon

Last Features!

  • Work In Progress

Components coming soon

LoginForm

<LoginForm
    username={Boolean} // Display or not the "Username field"
    mail={Boolean} // Display or not the "Mail field"
    password={Boolean} // Display or not the "Password field"
    inputStyle={StyleSheet} // Each unput's stylesheet
    passwordDoubleCheck={Boolean} // Display or not the 2nd "Password field" for double verification
    buttonValue={String} // String value for the button
    buttonStyle={StyleSheet} // Button's stylesheet
    style={StyleSheet} // Global container's stylesheet
    callback={function()}
/>

Examples

Coming soon

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago