Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom header of CalendarProvider is error #2454

Open
gshoanganh opened this issue Apr 23, 2024 · 0 comments
Open

Custom header of CalendarProvider is error #2454

gshoanganh opened this issue Apr 23, 2024 · 0 comments

Comments

@gshoanganh
Copy link

gshoanganh commented Apr 23, 2024

I've tried many different ways, but it seems like the Theme of CalendarProvider has no effect at all. Could someone please help me hide its header?
my source code:

<View style={{ height: 130, }}>
            <CalendarProvider
                date={Date()}
                theme={{
                    'stylesheet.calendar.header': {
                        header: {
                            height: 0,
                        },
                    }
                }}>
                <WeekCalendar hideKnob={true} />
            </CalendarProvider>
        </View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant