akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.3k stars 952 forks source link

Duplication of the month name 'March' in the calendar between 1981 and 1984. #1797

Open CavidSalman2023 opened 10 months ago

CavidSalman2023 commented 10 months ago

🐛 Bug Report

There is a duplication of the month name 'March' in the calendar between 1981 and 1984.

To Reproduce

Steps to reproduce the behavior:

Open the calendar. Navigate to any year between 1981 and 1984. The abbreviated name for March (Mar) will appear twice.

Expected behavior

The name of the month should not appear duplicated.

Link to runnable example or repository (highly encouraged)

image

UI Kitten and Eva version

Package Version
@eva-design/eva 2.2.0
@ui-kitten/components 5.3.1

Environment information

"react": "18.2.0",
"react-native": "0.71.5",

System: OS: macOS 13.5.2 CPU: (8) arm64 Apple M2 Binaries: Node: 18.15.0 - ~/.nvm/versions/node/v18.15.0/bin/node npm: 9.5.0 - ~/.nvm/versions/node/v18.15.0/bin/npm Watchman: 2023.08.14.00 - /opt/homebrew/bin/watchman SDKs: iOS SDK: Platforms: DriverKit 22.4, iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4 Android SDK: API Levels: 29, 31, 33, 34 Build Tools: 30.0.3, 33.0.0, 34.0.0 System Images: android-28 | Google ARM64-V8a Play ARM 64 v8a, android-34 | Google APIs ARM 64 v8a IDEs: Xcode: 14.3.1/14E300c - /usr/bin/xcodebuild npmPackages: react: 18.2.0 => 18.2.0 react-native: 0.71.5 => 0.71.5

greenfrvr commented 3 months ago

Could you please share some more context on the issue? Are you passing some custom DateService to the component? Which locale is used your example? I've checked the case you described on my project, DatePicker works fine. So we need more details to reproduce the issue.