diff --git a/README.md b/README.md index 33185db..4c08bdf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This is a React Native Date Picker with following main features: Android - React Native Date Picker IOS + React Native Date Picker React Native Date Picker Android @@ -69,7 +69,7 @@ mode | The date picker mode. {'datetime', 'date', 'time'} | 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. diff --git a/docs/react-native-date-picker.gif b/docs/react-native-date-picker.gif new file mode 100644 index 0000000..2839bfc Binary files /dev/null and b/docs/react-native-date-picker.gif differ diff --git a/example/package.json b/example/package.json index 53f6a5a..55ff7da 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "moment": "^2.22.1", "react": "16.4.1", "react-native": "0.56.0", - "react-native-date-picker": "^2.0.0", + "react-native-date-picker": "^2.2.0", "react-native-device-info": "^0.22.5" }, "devDependencies": { diff --git a/example/yarn.lock b/example/yarn.lock index ae5b33c..3620ca3 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4271,9 +4271,11 @@ react-is@^16.3.1: version "16.3.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.1.tgz#ee66e6d8283224a83b3030e110056798488359ba" -react-native-date-picker@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/react-native-date-picker/-/react-native-date-picker-2.0.0.tgz#a2364e44ecf2bf7deef5da667444674d8b9ddbba" +react-native-date-picker@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/react-native-date-picker/-/react-native-date-picker-2.2.0.tgz#e494fb11cc71541be470e194a58462c90b677c8d" + dependencies: + moment "^2.22.1" react-native-device-info@^0.22.5: version "0.22.5"