mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 03:50:11 +08:00
pick up some easy-to-fix lint warnings
Reviewed By: svcscm Differential Revision: D2938097 fb-gh-sync-id: e3373bd44267251d8351d5203be1c88676aa8685 shipit-source-id: e3373bd44267251d8351d5203be1c88676aa8685
This commit is contained in:
committed by
facebook-github-bot-8
parent
d31b47c018
commit
4237a27ec9
@@ -52,7 +52,7 @@ class DatePickerAndroid {
|
||||
* * `date` (`Date` object or timestamp in milliseconds) - date to show by default
|
||||
* * `minDate` (`Date` or timestamp in milliseconds) - minimum date that can be selected
|
||||
* * `maxDate` (`Date` object or timestamp in milliseconds) - minimum date that can be selected
|
||||
*
|
||||
*
|
||||
* Returns a Promise which will be invoked an object containing `action`, `year`, `month` (0-11),
|
||||
* `day` if the user picked a date. If the user dismissed the dialog, the Promise will
|
||||
* still be resolved with action being `DatePickerAndroid.dismissedAction` and all the other keys
|
||||
|
||||
Reference in New Issue
Block a user