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
@@ -93,6 +93,7 @@ You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/ma
93
93
| onPressMask | - |`function`| This is called when clicking the ios modal mask |
94
94
| modalOnResponderTerminationRequest | - |`function`| Set the callback for React Native's [Gesture Responder System](https://facebook.github.io/react-native/docs/gesture-responder-system.html#responder-lifecycle)'s call to `onResponderTerminationRequest`. By default this will reject a termination request, but can be overidden in case the View under the Modal is implementing custom gesture responders, and you wish for those to be overidden in certain cases. |
95
95
| TouchableComponent |`TouchableHighlight`|`Component`| Replace the `TouchableHighlight` with a custom `Component`. For example : `TouchableOpacity`|
96
+
| getDateStr | - | Function | A function to override how to format the date into a `String` for display, receives a `Date` instance
0 commit comments