React Native Calendars : How to change the background color of only one item using Redux
问题 I'm trying to change the background of only one item in this agenda but with my code, when I click on an item, it changes the background color of all of them and not just the one I clicked : Before clicked after clicked. I want also to store the value of my state in redux so that I can display the screen elsewhere in my application while conserving the green color. Here is my code from my calendar: import React, {useState, useCallback, useEffect} from 'react'; import { Text, View,