1.0.8 • Published 8 years ago

tsjing-date-picker v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

tsjing-date-picker

React Native DatePicker for iOS and Android

Installation

npm i --save --save-exact tsjing-date-picker

Properties

Note: all timestamps are ms-based

PropertyTypeDescription
valueNumber (timestamp)Current date value of the date picker
minDateNumber (timestamp)Minimum date that can be selected
maxDateNumber (timestamp)Maximum date that can be selected
modeStringiOS only: 'date', 'time' or 'datetime'
onDateChangeFunctionFires when the selected date changed, param: datetime as timestamp
textFieldStyleObjectAdditional styling for the input box
initialDateNumber (timestamp)Initial date

Todo

  • More testing
  • Placeholders
  • Examples

Tsjing logo

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago