react-native-week-schedule-1
v0.2.1
Published
week schedule
Maintainers
Readme
react-native-week-schedule-1
Simple and customizable schedule table for react native
Installation
npm install react-native-week-schedule-1yarn add react-native-week-schedule-1Usage
import { Schedule } from "react-native-week-schedule-1";
// ...
<Schedule
data={[
{ id: '1', date: '2025-04-16T08:00:00.604Z', duration: 120, title: 'walk', color: 'green' },
{ id: '1.5', date: '2025-04-16T08:00:00.604Z', duration: 120, title: 'call mom', color: 'orange' },
{ id: '2', date: '2025-04-16T10:00:00.604Z', duration: 60, title: 'breakfast', color: 'yellow' },
{ uid: '4', date: '2025-04-16T11:00:00.604Z', duration: 360, title: 'work', color: 'red' },
]}
/>License
MIT
Made with create-react-native-library
