diff --git a/README.md b/README.md index 2ca8160..50a343f 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,6 @@ export default Example; | onConfirm | func | **REQUIRED** | Function called on date or time picked. It returns the date or time as a JavaScript Date object | | onHide | func | () => null | Called after the hide animation | | pickerContainerStyleIOS | style | | The style of the picker container (iOS) | -| titleStyle | style | | The style of the title text (iOS) | 👉Please notice that **all the [`@react-native-community/react-native-datetimepicker`](https://github.com/react-native-community/react-native-datetimepicker) props are also supported**! diff --git a/typings/index.d.ts b/typings/index.d.ts index ba56698..0273114 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -69,11 +69,6 @@ export interface DateTimePickerProps { */ cancelButtonContainerStyleIOS?: ViewStyle; - /** - * A custom style for the titleIOS (Default is 'Pick a Date') - */ - titleStyle?: TextStyle; - /** * A custom component for the title container on iOS */