React Native

时间:2015-07-14 14:14:08

标签: ios datepicker reactjs react-native

我想知道你们中是否有人知道日历选择器或日历范围选择器,类似于IOS中的Kayak应用程序中找到的那个。在那里,您有两个用于往返的输入字段,当您选择其中一个时,您可以看到所选的日期 The two input fields

The calendar picker

你们是否知道React Native是否有类似的内容?我已经看了this calendar picker,但它不允许范围选择,也不允许理想的最小或最大日期。

祝你好运

2 个答案:

答案 0 :(得分:1)

这是一个范围选择器,我没有使用它但允许范围... https://github.com/werein/react-native-dates

答案 1 :(得分:0)

另一个日期范围选择器:

https://github.com/ivanchenko/react-native-day-picker

此处还有一个分支,在撰写本文时,实现了日期多选。

https://github.com/jdmunro/react-native-calendar/tree/multi-select