We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ... (check one with "x")
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:
Navigate to: https://akveo.github.io/react-native-ui-kitten/docs/components/calendar/overview#calendar
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.
4.3.0-beta.1
Related code:
Render the following component:
import { Calendar } from 'react-native-ui-kitten'; const ExampleComponent = () => { return <Calendar date={ new Date() } onSelect={ () => null } />; }
OS, device, package version
MacOS 10.14, 4.3.0-beta.1
MacOS 10.14
The text was updated successfully, but these errors were encountered:
artyorsh
Successfully merging a pull request may close this issue.
I'm submitting a ... (check one with "x")
Issue description
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:
Navigate to: https://akveo.github.io/react-native-ui-kitten/docs/components/calendar/overview#calendar
Observe that swiping right does not update the Calendar header, and swiping left produces an unexpected jump in months.
Related code:
Render the following component:
Other information:
OS, device, package version
MacOS 10.14
,4.3.0-beta.1
The text was updated successfully, but these errors were encountered: