wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.59k stars 2.96k forks source link

Android issues #2518

Open mainak-shil opened 2 months ago

mainak-shil commented 2 months ago

Description

issues in Agenda component

"react-native": "0.74.3", "react": "18.2.0", "react-native-calendars": "^1.1306.0",

1-2 sentences describing the problem you're having or the feature you'd like to request.

Expected Behavior

What action did you perform, and what did you expect to happen?

Observed Behavior

Environment

Please run these commands in the project folder and fill in their results:

Also specify:

  1. Device/emulator/simulator & OS version: Samsung Galaxy F22 (Android 13)

Reproducible Demo

Please provide a minimized reproducible demonstration of the problem you're reporting.

Issues that come with minimal repro's are resolved much more quickly than issues where a maintainer has to reproduce themselves.

Screenshots

Screenshot 2024-08-30 at 10 50 20 PM

Screenshots or gifs of the issue and the suggested fix will help us move faster with the review process.

Hrithik0112 commented 2 months ago

@mainak-shil bro did you resolve this ? when i try to render a custom header it came like this and after 3 4 seconds then the real calendar came up . is it same for you ?

mainak-shil commented 2 months ago

Not resolved in iOS its working fine, only issue with android with prior RN also it was fine, recently i had to upgrade

Hrithik0112 commented 2 months ago

@mainak-shil i am using it with expo , before showing the calendar list , it shows this screen Screenshot 2024-09-13 002022 after a few seconds it showed the actual Calendar List component looks like this Screenshot 2024-09-13 002035 do you have any clue or fix ?

mainak-shil commented 2 months ago

@Hrithik0112 no clue man will recommend to change the components to these, it will work with initial data but not sure about the performance

import {
  ExpandableCalendar,
  AgendaList,
  CalendarProvider,
  WeekCalendar,
} from 'react-native-calendars';