1.0.4 • Published 6 years ago
react-native-components-base v1.0.4
· React Native Components Base ·
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