react-native-calendar-timetable icon indicating copy to clipboard operation
react-native-calendar-timetable copied to clipboard

Timetable (schedule) component for React Native applications

Results 7 react-native-calendar-timetable issues
Sort by recently updated
recently updated
newest added

I want to show detail of specific item in modal when I click on specific item but onPress event of item is not working

import React, { useState, useMemo } from "react"; import { View,Text, ScrollView } from "react-native"; import moment from "moment"; import Timetable from "react-native-calendar-timetable"; import Calendar from "./Calendar"; const TimetableScreen =...

1. Open the calender how to jump the current time inside the black line on calendar. 2. I am facing second issue in your library create a multiple row in...

Since my issue #14 was closed but i believe my question was missunderstood, i reopened a new issue. My wish is to let the timetable start a specific day, so...

If one of the entries is overlapping only a bit this results dividing the width of others too. Example Items: ``` [ { "name": "", "weekday": 5, "color": "#682c8b", "building":...

Hello, The usage example is outdated and I am having some trouble getting the cards to render. Here is what I noticed needs to be updated: ``` const [till] =...

I would like to add event when user clicks on the calendar free space, so I would have to know where he clicked. How can I do it?