dilipchandima / rn-select-date-range

A simple and fully customizable React Native date range picker component
https://www.npmjs.com/package/rn-select-date-range
MIT License
23 stars 30 forks source link

Colors not visible in phones #18

Open satyabrata-dash5 opened 1 year ago

satyabrata-dash5 commented 1 year ago

on OPPO phones, this was looking like this. please add some props to it. Thank you screenshot-nimbusweb me-2023 02 22-12_18_11

oman21 commented 1 year ago

yeah it because dark mode and there is no props for styling year, date and day name. please ada styling for those @dilipchandima

avantmarketing1 commented 1 year ago

I have the same problem on my android phone. The css can be edited in: /rn-select-date-range/lib/cjs/DateRangePicker.js

ILoomans commented 1 year ago

I created a PR for this here