Browse Source

Merge pull request #117 from grifotv/patch-1

Fix typo in README.md (`towords` > `towards`)
master
Henning Hall 5 years ago
committed by GitHub
parent
commit
d5de5dc5ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -70,7 +70,7 @@ Prop | Description | Screenshots iOS | Screenshot Android
------------- | ------------- | ------------- | ------------- ------------- | ------------- | ------------- | -------------
date | The currently selected date. | date | The currently selected date. |
onDateChange | Date change handler | onDateChange | Date change handler |
fadeToColor | Android picker is fading towords this background color. {color, 'none'} |
fadeToColor | Android picker is fading towards this background color. {color, 'none'} |
maximumDate | Maximum selectable date. | maximumDate | Maximum selectable date. |
minimumDate | Minimum selectable date | minimumDate | Minimum selectable date |
minuteInterval | The interval at which minutes can be selected. | <img src="docs/minute-interval-ios.png" alt="Date picker minute interval IOS" height="120px" />|<img src="docs/minute-interval-android.png" alt="Date picker minute interval Android" height="120px" /> minuteInterval | The interval at which minutes can be selected. | <img src="docs/minute-interval-ios.png" alt="Date picker minute interval IOS" height="120px" />|<img src="docs/minute-interval-android.png" alt="Date picker minute interval Android" height="120px" />

Loading…
Cancel
Save