From 369d6cafe9929253fb2cc4e27e11cd77b3c8f41c Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Fri, 5 Oct 2018 20:34:15 +0200 Subject: [PATCH] Updated readme with timeZoneOffsetInMinutes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3fcd8b..3418ccb 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ minuteInterval | The interval at which minutes can be selected. | Datetime mode iosdate mode iostime mode ios|date mode androiddatetime mode androidtime mode android | locale | The locale for the date picker. Changes language, date order and am/pm preferences. Value needs to be a Locale ID.| React Native Date picker locale language ios|React Native Date picker locale language android textColor | Changes the text color. | text color background color ios|Text color background color android +timeZoneOffsetInMinutes | Timezone offset in minutes (default: device's timezone) + | ## About 📅   React Native Date Picker is a cross platform component working on both iOS and Android. It uses the slightly improved DatePickerIOS on iOS and a custom picker on Android which has similar look and feel. The datetime mode might be particulary interesting if you looking for a way to avoid two different popup pickers on android.