如何在React Native中不使用外部程序包的情况下添加/获取日历事件

时间:2019-10-15 09:10:49

标签: android ios react-native mobile

如何在React Native中不使用外部程序包的情况下添加/获取日历事件。

1 个答案:

答案 0 :(得分:0)

React Native本身建议使用this库作为日期选择器,因为他们通过合并android和ios datepicker构建了它。 DatePickerAndroid has been merged with DatePickerIOS and TimePickerAndroid into a single component called DateTimePicker and will be removed in a future release.,所以最好使用此库作为官方库。