Inbal Tish
Inbal Tish
@cgrady3 If you're passing these keys in the `theme` prop you should know that it's not dynamic. The `theme` prop is passed once to the stylesheet and is not updated...
> @Inbal-Tish just simple used, and it cannot show the selected `` Of course not, the selected date is controlled by the user, meaning you need to mark it if...
@VittoriDavide Is this issue still relevant? Can you expand on it?
@VittoriDavide @msolanogithub @thp96 Can someone add a code snippet? I'm having a hard time understanding which component and callbacks you're using so I can reproduce this bug.
@msolanogithub Hey. I'm playing with your code in the snack.expo and in our demo app and I don't see what's not working... see my videos. Maybe I don't understand the...
Does everyone are using expo to reproduce the bug? @VittoriDavide I tried your code in our demo app and I don't see the issue. When I console `objDay` I get...
@ejkkan Hi. Which version of Calendars are you using?
Try passing in `scrollViewProps` prop. Like `scrollViewProps={{scrollEnabled: false}}`
@chiefchief Hi. What are you using ref for? Can you add the example please?
@medarzr Hi. The way to switch months when using `customHeader` prop is using the `props` passed to it. More specifically the `addMonth` prop where you can pass in the count,...