文件名称:react-native-timetable:ReactReact Native的时间表组件库
文件大小:2.25MB
文件格式:ZIP
更新时间:2024-06-05 22:55:04
javascript react-native schedule timetable week-view
React本机时间表 React Native的时间表库 现实世界的例子 在下载,在获取 安装 npm install react-native-timetable 无需链接即可安装。 例子 import React , { Component } from 'react' ; import { SafeAreaView , StyleSheet , View , Alert , } from 'react-native' ; import TimeTableView , { genTimeBlock } from 'react-native-timetable' ; const events_data = [ { title : "Math" , startTime : genTimeBlock ( "MON" , 9 ) , endTi
【文件预览】:
react-native-timetable-master
----.gitignore(2KB)
----src()
--------components()
--------package.json(824B)
--------index.js(200B)
--------README.md(92B)
--------yarn.lock(2KB)
----LICENSE(1KB)
----.github()
--------timetabler.gif(1.93MB)
--------iOS_screen_shot.png(89KB)
----README.md(5KB)
----example()
--------.gitignore(813B)
--------.flowconfig(2KB)
--------package.json(710B)
--------.buckconfig(114B)
--------android()
--------.watchmanconfig(2B)
--------metro.config.js(300B)
--------ios()
--------index.js(183B)
--------__tests__()
--------App.js(1KB)
--------.eslintrc.js(74B)
--------.prettierrc.js(120B)
--------events_data.js(2KB)
--------babel.config.js(77B)
--------.gitattributes(16B)
--------app.json(51B)
--------yarn.lock(272KB)