From 9029938ce2f7df585b911fad692f480de300f4c3 Mon Sep 17 00:00:00 2001 From: Kevin Beckers Date: Sat, 13 Oct 2018 00:11:59 +0200 Subject: [PATCH] Add cancelLabel and doneLabel --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2062f8..d871d95 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,8 @@ export interface PickerOptions { theme?: string; // iOS ONLY: light for a light blurry effect, dark for a dark blurry effect - defaults to dark maxDate?: Date; minDate?: Date; + cancelLabel?: string; + doneLabel?: string; startingHour?: number; // Ignored on pickDate() startingMinute?: number; // Ignored on pickDate() startingDate?: Date; // Ignored on pickTime()