python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
react-native-calendars by wix changes week once date is clicked
This is the code. Once I press the day it changes the display week but the day is correctly selected. If the onDayPress is removed, it works properly. Is it a thing that you can't do with onDayPress?...
ImDarkk
Votes: 0
Answers: 0
change height between month react native Calendar
I'm inserting a calendar on my project, but I'm trying to reduce the space between months, but I can't find where to change
Where I want to change
Here is the code
<CalendarList
theme={{
...
Daniel Döbereiner
Votes: 0
Answers: 0
How to color background in react-native-CalendarPicker with custom Dates
import moment from 'moment';
import CalendarPicker from 'react-native-calendar-picker';
const ChechAvailability = () => {
const [date, setDate] = useState([]);
const [userDate, setUserDat...
Namrata Prajapati
Votes: 0
Answers: 1
Unable to resolve module ../../../component-updater error in react-native-calendars upgrade from 1.222.0 to 1.1274.0 version
I'm trying to upgrade the react-native-calendar package from 0.222.1 to 0.1274.1 the latest version in my react-native project.
versions link
In v1.222.0, the file was named react-native-calendars/src...

Jananie Balaji
Votes: 0
Answers: 1