文件名称:react-native-week-view:适用于本机的周视图组件
文件大小:1001KB
文件格式:ZIP
更新时间:2024-05-18 03:24:47
react-native component calendar calendar-view weekview
React本机周视图 基本用法 import WeekView from 'react-native-week-view' ; const myEvents = [ // ... ] ; const MyComponent = ( ) => ( < WeekView xss=removed xss=removed xss=removed> ) ; 道具 events (Array) -以Event Object格式显示的Event Object (见下文) onEventPress (函数) -单击事件项时的回调 numberOfDays (数字) -天视图来显示的集数,可以是1 , 3 , 5 , 7 。 formatDateHeader (String) -标题日
【文件预览】:
react-native-week-view-master
----.eslintrc(674B)
----example()
--------ios()
--------index.js(183B)
--------.watchmanconfig(2B)
--------android()
--------.flowconfig(2KB)
--------package.json(796B)
--------__tests__()
--------app.json(51B)
--------package-lock.json(392KB)
--------.eslintrc.js(74B)
--------.gitignore(832B)
--------App.js(2KB)
--------.buckconfig(114B)
--------.prettierrc.js(120B)
--------yarn.lock(196KB)
--------metro.config.js(300B)
--------.gitattributes(16B)
--------babel.config.js(77B)
----index.js(92B)
----images()
--------gif.gif(651KB)
----docs()
--------CHANGELOG.md(3KB)
----package.json(1KB)
----src()
--------Times()
--------utils.js(1KB)
--------Title()
--------Header()
--------WeekView()
--------NowLine()
--------Event()
--------Events()
----.gitignore(66B)
----.prettierrc.js(67B)
----README.md(5KB)
----yarn.lock(73KB)