Description
Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and Reproducible Demo sections.
Description
I am looking at adding the arrows (next/prev) on the Agenda header when it is closed. This would allow the user to go next and previous week/days without clicking on the knob
Realized that i can only have access to this using the Calender
1-2 sentences describing the problem you're having or the feature you'd like to request
Access to hideArrows={true} and renderArrow={(direction) => ()} using Agenda
Expected Behavior
Show and Hide the Arrows on the Agenda option vis Props
What action did you perform, and what did you expect to happen?
hideArrows={true}
But did not show up the next.prev arrows on the Agenda header
Observed Behavior
props hideArrows={true}
does not work for Agenda
What actually happened when you performed the above actions?
nothing
If there's an error message, please paste the full terminal output and error message in this code block:
No error
Error text goes here!
Environment
Android
[email protected]
Please run these commands in the project folder and fill in their results:
npm ls react-native-calendars
:npm ls react-native
:
Also specify:
- Phone/emulator/simulator & version:
Infinix Zero5 Pro
Reproducible Demo
Something like this image but with a right and left arrows
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.