endingDay & startingDay are not displayed correct on Android.
See original GitHub issueDescription
endingDay and startingDay =true doesn’t works properly on Android working without Expo. It works when using expo.
Expected Behavior
Marking with rounded edges.
Observed Behavior
Marking as a rectangle ( as if it had startingDay & endingDay = false).

Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-calendars
: 1.20.0npm ls react-native
: 0.57.1
Emulator Nexus 5 : API 28 (Android 9) Huawei Mediapad M5: API 26 (Android 8)
Reproducible Demo
mDates[“2018-10-05”] = { startingDay: true, color: lockColor, textColor:‘black’, endingDay: true, selection:false}
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:16
Top Results From Across the Web
React Native Calendars
In this solution you can get current date and also Events details would show against Date. Here is Documentation Link
Read more >How to Turn On or Off Autocorrect for Android and ...
Choose Text correction and scroll down to the Corrections section. Locate the toggle labeled Auto-correction and slide it into the On position.
Read more >Privacy Policy - Biometric Attendance System For SMEs | Biot
Logging in to app; Displaying dashboard; Starting day from remote location; Ending day from remote location; Meeting at remote location ...
Read more >Create customized and shareable calendars in React Native
There are no mandatory props here — use the component with no props in ... will change according to the startingDay and endingDay...
Read more >Privacy Policy
We will not use or share your information with anyone except as described in ... Displaying dashboard; Starting day from remote location; Ending...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
as mentioned from @ahanriat , to fix this we need add
overflow: hidden
into base stylesheet from day period. And since the PR still not merged https://github.com/wix/react-native-calendars/pull/728 , you can try to solve the issue like this :+1
npm ls react-native-calendars: 1.21.0 npm ls react-native: 0.57.5
Having the same issue on android (works fine on iOS). It’s only present after a selection is made on the calendar. If a period is sent to the calendar on open, it rounds the corners properly.
on load:
after new selection: