文件名称:rn-lightweight-date-picker:轻量级日期范围选择器,不依赖 React Native
文件大小:112KB
文件格式:ZIP
更新时间:2024-08-24 18:35:28
react lightweight react-native native calendar
React Native Light DatePicker 轻量级日期范围选择器,不依赖 React Native。 安装 $ npm i rn-lightweight-date-picker --save 例子 state = { minDate : new Date ( 2018 , 12 , 31 ) } onChange ( data ) { const { start , end } = data ; if ( start && data ) api . fetchSchedule ( start , end ) ; } render ( ) { return ( < Calendar locale = "ru" userStyles = { { topBar : { control
【文件预览】:
rn-lightweight-date-picker-develop
----.gitignore(1KB)
----package.json(1KB)
----package-lock.json(420KB)
----src()
--------components()
--------DatesManager.js(3KB)
--------FormatDate.js(770B)
--------constants.js(495B)
--------helper.js(3KB)
--------CustomDate.js(1KB)
----.travis.yml(467B)
----jest.config.js(391B)
----LICENSE(1KB)
----index.js(75B)
----__tests__()
--------CustomDate.test.js(2KB)
--------Calendar.test.js(4KB)
--------FormatDate.test.js(947B)
--------DatePicker.test.js(4KB)
--------helper.test.js(3KB)
----README.md(4KB)
----babel.config.js(152B)