如何在React Native中不使用外部程序包的情况下添加/获取日历事件。
答案 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.
,所以最好使用此库作为官方库。