I have array of days. I only want to show the above selected days in the airbnb datepicker and disable the other ones. How can I do that? Thank you Answer You will have to use the isDayBlocked prop of the date picker. The following function will find if a day is contained inside your array, and return true if