-
Notifications
You must be signed in to change notification settings - Fork 373
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
vertical line divider after selecting a date range #251
Comments
Haven't seen that before. Are you seeing that on a physical device or the emulator? Which device and/or emulator? |
ios emulator and physical device |
I apologize for not having time to debug this. Please submit a PR if you find the bug. |
dayLabelsWrapper = {{borderWidth:0,borderColor:'white'}} just add whatever ur background color is to the bordercolor |
@PrabhakarKotipalli that is a different issue. Refer to the picture in the attached post. I am also experiencing this issue. iPhone 11 emulator. |
I see something similar on the Expo Go app running on iOS. Same code works fine with react-native-web which is very cool. Here is some test code... ` return (
); ` |
Unfortunately I didn't have time to debug this. It seems to be device/OS specific so I had a difficult time recreating it. Happy to see that @rayjackson13 found the cause. Would you submit a PR to restrict widths to integer values? |
Fixes stephy#251 on all devices.
@peacechen it looks like a PR has been open for this since October 2021. Any idea when this fix will go in? |
Fixes iOS but doesn't seem to fix Android |
https://stackoverflow.com/questions/64747135/how-to-remove-the-line-divider-in-the-react-native-calendar-picker-after-selec
See picture in stackoverflow.
The text was updated successfully, but these errors were encountered: