react-native-easy-inputs

0.0.3 • Public • Published

react-native-easy-inputs

Input components for React Native app

Get Started

Installation

npm install react-native-easy-inputs

Usage

Basic usage is as follows

import { EmailInput } from 'react-native-easy-inputs';

<EmailInput
    errorMessage={"asdas"}
    placeholder={"dsds"}
    provider={"gmail.com"}
    errorStyle={{ fontSize: 12 }}
    inputStyle={{ backgroundColor: '#fff' }}
    onChange={(data) => {
        console.log(data);
    }}/>

TODO

  • [x] Email Input
  • [x] Password Input
  • [ ] Money Input
  • [ ] Telephone Input
  • [ ] Ip Adress Input

Package Sidebar

Install

npm i react-native-easy-inputs

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

10.9 kB

Total Files

7

Last publish

Collaborators

  • ertugrulungor