diff --git a/README.md b/README.md index 4a6ec51..6571760 100644 --- a/README.md +++ b/README.md @@ -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()