diff --git a/README.md b/README.md index b3cbf76..4a6ec51 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,8 @@ options conform to the following interface: ```ts export interface PickerOptions { title?: string; // iOS ONLY: The title to display above the picker, default hidden. - theme?: string; // iOS ONLY: avalible options: none, extralight, light, regular, dark, extradark and prominent. + theme?: string; // iOS ONLY: avalible options: none, extralight, light, regular, dark, extradark, prominent and overlay. + overlayAlpha?: number; // iOS ONLY: when theme is 'overlay', available options: 0.0 to 1.0 maxDate?: Date; minDate?: Date; startingHour?: number; // Ignored on pickDate() diff --git a/demo/app/main-page.xml b/demo/app/main-page.xml index 096b716..c1aefdf 100644 --- a/demo/app/main-page.xml +++ b/demo/app/main-page.xml @@ -5,10 +5,11 @@