Months are Not Rendering at CalendarList
See original GitHub issueI have a CalendarList, for which I have set the futureScrollRange={0}
, and pastScrollRange
set to the default of 50. However, the past months never render past April 2017.
Expected Behavior
When I scroll to past months, I expect to see 50 past months render.
Observed Behavior
When I scroll to past months, I am only able to see past months up to April 2017.
Environment
react-native-calendars@1.17.2 react-native@0.53.3 react-navigation@1.0.0-beta.15 iPhone 6 Simulator
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
CalendarList month not showing in react-native-calendars
I am not able to get what is the problem in this. import { Calendar, CalendarList, Agenda, Calander, } from "react-native-calendars"; < ...
Read more >@alexstrat/react-native-calendars - npm
The solution is implemented in JavaScript so no native module linking is required. Usage. import { Calendar, CalendarList, Agenda } from 'react- ...
Read more >2016 - Content Query Web Part no longer displays Description ...
I have a SharePoint 2016 website that uses the Content Query Web Part (CQWP). Recently it has stopped displaying the Description field. I'm...
Read more >List view not rendering correctly until page resize
List view not rendering correctly until page resize. Resolved edludlow. (@edludlow). 2 months, 3 weeks ago. I've an odd problem when it comes...
Read more >React Native Calendar Agenda week view not rendering properly
I have set pastScrollRange and futureScrollRange. The problem is whenever i select any date from the first month in calendar, it's showing me...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rjacobskind in my case problem is with tab navigator. inside tab navigator it doesn’t works but out side it works well.
same problem: react-native-calendars@1.17.2 react-native@0.51.0 react-navigation@1.0.0-beta.27