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

Calendar UI Bug - Left / Right Navigation - Invalid Header #713

Closed
1 of 2 tasks
wrsulliv opened this issue Nov 3, 2019 · 1 comment · Fixed by #730
Closed
1 of 2 tasks

Calendar UI Bug - Left / Right Navigation - Invalid Header #713

wrsulliv opened this issue Nov 3, 2019 · 1 comment · Fixed by #730
Assignees
Labels
🐛 Bug 📱 Components components module-specific

Comments

@wrsulliv
Copy link

wrsulliv commented Nov 3, 2019

I'm submitting a ... (check one with "x")

  • bug report
  • feature request

Issue description

Calendar Buttons

Current behavior:

The header of the "Calendar" component does not update as expected while using the left / right navigation buttons.

Expected behavior:

The header of the "Calendar" component properly updates while using the left / right navigation buttons.

Steps to reproduce:

  1. Navigate to: https://akveo.github.io/react-native-ui-kitten/docs/components/calendar/overview#calendar

  2. Observe that using the right navigation button does not update the Calendar header, and using the left navigation button produces an unexpected jump in months.

NOTE: If the website is unavailable in step 1, you can insert a "Calendar" component into a demo project from the 4.3.0-beta.1 build.

Related code:

Render the following component:

import { Calendar } from 'react-native-ui-kitten';

const ExampleComponent = () => {
    return <Calendar date={ new Date() } onSelect={ () => null } />;
}

Other information:

OS, device, package version

MacOS 10.14, 4.3.0-beta.1

@artyorsh artyorsh self-assigned this Nov 3, 2019
@artyorsh artyorsh added 📱 Components components module-specific 🤷‍♂️ Needs info There is no enough info to resolve the issue labels Nov 3, 2019
@artyorsh
Copy link
Collaborator

artyorsh commented Nov 3, 2019

Thanks for reporting this and #712. I've reviewed your PR #714 and left a comment on this. We can use this PR for the future discussion

@artyorsh artyorsh added 🐛 Bug and removed 🤷‍♂️ Needs info There is no enough info to resolve the issue labels Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 📱 Components components module-specific
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants