🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

@maksymblank/react-native-date-input

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maksymblank/react-native-date-input

React Native TextInput for dates

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

react-native-date-input

React Native TextInput for dates and birthdays

NPM package version. MIT license.

Examples

React Native Date TextInput on iOS React Native Date TextInput on Android

Setup

npm i --save @maksymblank/react-native-date-input

# --- or ---

yarn add @maksymblank/react-native-date-input

Usage

import DateInput from '@maksymblank/react-native-date-input';
...
<DateInput
    mask={'DD/MM/YYYY'}
    onChange={date => console.log(date)}
    validate={false} // true by default
    activeColor={'red'} // #7368FF by default
/>
...

Keywords

react-native

FAQs

Package last updated on 13 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts