diff --git a/zh-cn/react-native-date-picker.md b/zh-cn/react-native-date-picker.md index 76ff0071b13af5b3d399f3ff43a8cc63db537fff..5015f9403c4cbe55d7efd4fa017dcf0ae727c0a1 100644 --- a/zh-cn/react-native-date-picker.md +++ b/zh-cn/react-native-date-picker.md @@ -188,7 +188,7 @@ ohpm install | mode | The date picker mode. "datetime", "date", "time" | “'date' \|'time' \| 'datetime'” | yes | all | yes| | onConfirm | Modal only: Date callback when user presses confirm button | (date: Date) => void | yes | all | yes| | onCancel | odal only: Callback for when user presses cancel button or closing the modal by pressing outside it. | () => void | yes | all | yes| -| is24hourSource | Change how the 24h mode (am/pm) should be determined, by device settings or by locale. {'locale', 'device'} (android only, default: 'device') | “'locale' \| 'device'” | yes | all | yes| +| is24hourSource | Change how the 24h mode (am/pm) should be determined, by device settings or by locale. {'locale', 'device'} (android only, default: 'device') | “'locale' \| 'device'” | yes | all | no| | modal | Boolean indicating if modal should be used. Default: "false". When enabled, the other modal props needs to be used. | boolean | yes | all | no| | open | Modal only: Boolean indicating if modal should be open. | boolean | yes | all | yes| | minuteInterval | The interval at which minutes can be selected. | 1 \| 2 \| 3 \| 4 \| 5 \| 6 \| 10 \| 12 \| 15 \| 20 \| 30 | yes | all | no| @@ -205,17 +205,17 @@ ohpm install ## 遗留问题 -- [X] 不支持属性confirmText[issue#11](https://github.com/react-native-oh-library/react-native-date-picker/issues/11) -- [X] 不支持属性cancelText[issue#12](https://github.com/react-native-oh-library/react-native-date-picker/issues/12) -- [X] 不支持属性theme[issue#13](https://github.com/react-native-oh-library/react-native-date-picker/issues/13) -- [X] 不支持属性buttonColor[issue#14](https://github.com/react-native-oh-library/react-native-date-picker/issues/14) -- [X] 不支持属性dividerColor[issue#15](https://github.com/react-native-oh-library/react-native-date-picker/issues/15) -- [X] 不支持属性onStateChange[issue#16](https://github.com/react-native-oh-library/react-native-date-picker/issues/16) -- [X] 不支持属性locale[issue#17](https://github.com/react-native-oh-library/react-native-date-picker/issues/17) -- [X] 不支持属性timeZoneOffsetInMinutes[issue#18](https://github.com/react-native-oh-library/react-native-date-picker/issues/18) -- [X] 当属性mode属性为datetime时,不支持maximumDate属性。[issue#19](https://github.com/react-native-oh-library/react-native-date-picker/issues/19) -- [X] 当属性mode属性为datetime时,不支持minimumDate属性。[issue#20](https://github.com/react-native-oh-library/react-native-date-picker/issues/20) -- [X] 当属性modal为true,mode属性为datetime时,没有内联得datetime组件,目前是date和time上下组合排列。[issue#20](https://github.com/react-native-oh-library/react-native-date-picker/issues/22) +- [X] Android/ios都支持,HMOS不支持属性confirmText[issue#11](https://github.com/react-native-oh-library/react-native-date-picker/issues/11) +- [X] Android/ios都支持,HMOS不支持属性cancelText[issue#12](https://github.com/react-native-oh-library/react-native-date-picker/issues/12) +- [X] Android/ios都支持,HMOS不支持属性theme[issue#13](https://github.com/react-native-oh-library/react-native-date-picker/issues/13) +- [X] Android支持,HMOS不支持属性buttonColor[issue#14](https://github.com/react-native-oh-library/react-native-date-picker/issues/14) +- [X] Android支持,HMOS不支持属性dividerColor[issue#15](https://github.com/react-native-oh-library/react-native-date-picker/issues/15) +- [X] Android支持,HMOS不支持属性onStateChange[issue#16](https://github.com/react-native-oh-library/react-native-date-picker/issues/16) +- [X] Android/ios都支持,HMOS不支持属性locale[issue#17](https://github.com/react-native-oh-library/react-native-date-picker/issues/17) +- [X] Android/ios都支持,HMOS不支持属性timeZoneOffsetInMinutes[issue#18](https://github.com/react-native-oh-library/react-native-date-picker/issues/18) +- [X] Android/ios都支持,HMOS当属性mode属性为datetime时,不支持maximumDate属性。[issue#19](https://github.com/react-native-oh-library/react-native-date-picker/issues/19) +- [X] Android/ios都支持,HMOS当属性mode属性为datetime时,不支持minimumDate属性。[issue#20](https://github.com/react-native-oh-library/react-native-date-picker/issues/20) +- [X] Android/ios都支持,HMOS当属性modal为true,mode属性为datetime时,没有内联得datetime组件,目前是date和time上下组合排列。[issue#20](https://github.com/react-native-oh-library/react-native-date-picker/issues/22) - [X] 当属性modal属性为false时,不支持datetime属性。[issue#21](https://github.com/react-native-oh-library/react-native-date-picker/issues/21) ## 其他