Skip to content

Commit

Permalink
chore: update README to accomodate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jogboms committed Mar 19, 2018
1 parent 0f83323 commit a9d6976
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,15 @@ time: {
```

options conform to the following interface:
```
```ts
export interface PickerOptions {
title?: string, // iOS ONLY: The title to display above the picker, defaults to "Choose A Time" or "Choose A Date"
theme?: string, // iOS ONLY: light for a light blurry effect, dark for a dark blurry effect - defaults to dark
maxDate?: Date,
minDate?: Date,
startingDate?: Date
startingHour?: number, // Ignored on pickDate()
startingMinute?: number, // Ignored on pickDate()
startingDate?: Date // Ignored on pickTime()
}
```

Expand Down

0 comments on commit a9d6976

Please sign in to comment.