selected day background color and text color not changing on press
See original GitHub issueDescription
doing calendar with multi dot marking. selectedDayBackgroundColor and selectedDayTextColor not changing on day press
no error messages
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-calendars
: react-native-calendars@1.1276.0npm ls react-native
: react-native@0.64.3
Also specify:
- Device/emulator/simulator & OS version: working on expo go
Issue Analytics
- State:
- Created a year ago
- Comments:10
Top Results From Across the Web
html - select option:checked background color change but ...
Try updating color as. color: #000 ! important;. Yes working for me. Once focus out from select it will work. Please check here....
Read more >Change how your site looks - Sites Help - Google Support
Point to a section on the page. Then, at the left, click Background Color . · Choose a style or add a photo....
Read more >How to change background color in Excel based on cell value
Click the Format… button and choose the needed background color on the Fill tab (for detailed instructions, see step 5 of "How to...
Read more >Changing colors - Squarespace Help Center
Text blocks. The background is set by the section's color theme. To change the block background color: After enabling a block background, click...
Read more >text-decoration-color - CSS: Cascading Style Sheets | MDN
Color alone should not be used to convey meaning. For example, change of text and text-decoration-color alone is not enough to indicate a ......
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
@cgrady3 If you’re passing these keys in the
theme
prop you should know that it’s not dynamic. Thetheme
prop is passed once to the stylesheet and is not updated by a state change. In your case, where you want to change the SELECTED day background and text colors, I’ll suggest using themarkedDates
prop. To the selected date you can passselectedColor
andselectedTextColor
keys which will change dynamically as the selected date changes. For example:Also facing this issue. has it been solved?