You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/ma
86
86
| iconComponent | - |`element`| Set the custom icon |
87
87
| disabled | false |`boolean`| Controller whether or not disable the picker |
88
88
| is24Hour | - |`boolean`| Set the TimePicker is24Hour flag. The default value depend on `format`. Only work in Android |
89
+
| allowFontScaling | true |`boolean`| Set to false to disable font scaling for every text component |
89
90
| placeholder | '' |`string`| The placeholder show when this.props.date is falsy |
90
91
| onDateChange | - |`function`| This is called when the user confirm the picked date or time in the UI. The first and only argument is a date or time string representing the new date and time formatted by [moment.js](http://momentjs.com/) with the given format property. |
91
92
| onOpenModal | - |`function`| This is called when the DatePicker Modal open. |
0 commit comments