New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-native-auto-picker

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-auto-picker

- 미리보기 ![alt text](./ScreenShot/screenshot.png) <<<<<<< HEAD - 미리설치해야할 모듈 ``` npm install --save moment ``` ======= >>>>>>> parent of a9c81c1... ini - 선언 ``` import DatePicker from 'react-native-auto-picker'; ``` - 사용 ``

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

react-native-auto-picker

  • 미리보기
    alt text

  • 미리설치해야할 모듈

npm install --save moment
  • 선언
import DatePicker from 'react-native-auto-picker';
  • 사용

this.state={
    date : null
};

<DatePicker locale="ko-KR" mode="date" date={new Date()} onDateChange={this.state.date}/>

Keywords

picker

FAQs

Package last updated on 02 Jun 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