Questions tagged [react-native-calendars]
128 questions
0
votes
0 answers
React-native-calendars agenda - problem with the renderItem function
I'm currently facing a pretty annoying issue with the react-native-calendars library, when using the Agenda component. This is the component:

Dragos
- 1
- 2
0
votes
0 answers
Disable 31st of every month React-native-calender
I am working for fintech app, And Want to disable 31st of every month as the salary doesnt get credited on 31st of any month

Salman Kazi
- 41
- 1
- 4
0
votes
1 answer
dayComponent in react-native-calendars not rendering : JDK issue?
I was working on a react-native project using expo cli, in which i need to display a calendar. I was using the dayComponent property of the calendar to apply stylings to specific days as per the requirement and it was working fine. However I…

Ramki
- 389
- 1
- 9
0
votes
1 answer
My react-native-app freezes when i use while loop
This component displays calendar to the patients so that they can select the appointment day from the appointment days of doctor. Doctor appointment days are fetched from api. What i am trying to achieve is to disable all other weekdays days in the…

Basit Minhas
- 267
- 1
- 6
- 18
0
votes
1 answer
React Native Calendar - Date not showing
I am using react-native-calender plugin with bare minimum example. Strangely, Unable to see the dates on left column.
It was expected to look something like this.
Label showing 9 Mon is not coming.

Hardik Shah
- 166
- 1
- 10
0
votes
1 answer
React native calendars agenda not showing items with same date
I'm currently using React Native Calendars library to build an agenda-like app on React Native, to get the data I need, I use Firebase Firestore library.
This library's agenda uses a few properties in order to show appointment cards:
My agenda…

Yasmine091
- 13
- 5
0
votes
1 answer
How to color background in react-native-CalendarPicker with custom Dates
import moment from 'moment';
import CalendarPicker from 'react-native-calendar-picker';
const ChechAvailability = () => {
const [date, setDate] = useState([]);
const [userDate, setUserDate] = useState('');
const navigation =…

Namrata Prajapati
- 11
- 2
0
votes
1 answer
Unable to resolve module ../../../component-updater error in react-native-calendars upgrade from 1.222.0 to 1.1274.0 version
I'm trying to upgrade the react-native-calendar package from 0.222.1 to 0.1274.1 the latest version in my react-native project.
versions link
In v1.222.0, the file was named react-native-calendars/src/component-updater.ts
In v1.1274.0, the file has…

Jananie Balaji
- 35
- 1
- 5
0
votes
1 answer
How to remove space between date rows react native calendars
enter image description here
how to remove space between date rows
and 2nd question how to align day names from top to left side
I want days on left side not on top

Ronak Online
- 74
- 2
- 6
0
votes
1 answer
Firestore not getting string from react native calendars
Hi there i am trying to insert in my firestore db, i have noticed that the data goes through but if i add it manually in the console the color of the id is diferent, is darker as you can see in the picture.
When i do a query only finds the ones i…

Juan
- 87
- 8
0
votes
1 answer
State Changed But View Not Updating React Native
I am using 'react-native-calendars' .My Goal is to display dots and then mark multiple dates on users press. Marking dots is a success. I am using markedDates object as state variable but when update markedDates object to add 'selected':true,…

usmandroid
- 11
- 4
0
votes
1 answer
Render image on each date using react-native-calendars
I have a use case where I have to render an image on each date. Initially, I was considering react-native-calendar but couldn't found anything useful. Here I am going to attach a screenshot of what I want to achieve.

aashir khan
- 598
- 3
- 7
- 20
0
votes
1 answer
I'm getting error after importing react-native-calendar-picker
I'm new to react-native. I'm getting below errors after importing react-native-calendar-picker:
ERROR [Error: InternalError Metro has encountered an error: While trying to resolve module `react-native-calendar-picker` from file…

Manish kumar
- 113
- 7
0
votes
1 answer
Need to refresh three times to get all the values with hooks
Hello I am trying to get all the date between each start date and end date and then put these dates inside my react-native-calendar component. Everything work but actually I need to CTRL + S three time my project to have the values inside my…

manon_ab
- 1
- 2
0
votes
0 answers
React Native useEffect confusion
I'm building a project overview app and I'm using React-Native-calendar. I also created two buttons to filter the calendar. I'm fetching the data(API), I'm mapping the data to an object for "markedDates". Everything works appropriately as it should.…

CrypticalMindz
- 107
- 1
- 10