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: Page Sliding - Invalid Header #712

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

Calendar UI Bug: Page Sliding - Invalid Header #712

wrsulliv opened this issue Nov 3, 2019 · 0 comments · 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 Slider

Current behavior:

The header of the "Calendar" component does not update as expected while swiping between pages.

Expected behavior:

The header of the "Calendar" properly updates while swiping between pages.

Steps to reproduce:

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

  2. Observe that swiping right does not update the Calendar header, and swiping left 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 added 📱 Components components module-specific 🤷‍♂️ Needs info There is no enough info to resolve the issue labels Nov 3, 2019
@artyorsh artyorsh self-assigned this Nov 3, 2019
@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