Skip to content

Commit

Permalink
Merge pull request #39 from KevinBeckers/patch-2
Browse files Browse the repository at this point in the history
Add cancelLabel and doneLabel
  • Loading branch information
shiv19 authored Apr 3, 2019
2 parents 093bbe1 + 9029938 commit b78e2a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ export interface PickerOptions {
overlayAlpha?: number; // iOS ONLY: when theme is 'overlay', available options: 0.0 to 1.0
maxDate?: Date;
minDate?: Date;
cancelLabel?: string;
doneLabel?: string;
startingHour?: number; // Ignored on pickDate()
startingMinute?: number; // Ignored on pickDate()
startingDate?: Date; // Ignored on pickTime()
Expand Down

0 comments on commit b78e2a1

Please sign in to comment.