React native iOS Modal is not displaying while running the appium test code in iOS simulator

WebDriverWait wait = new WebDriverWait(driver,10);
wait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//XCUIElementTypeOther[@name=‘AmenityBookingFormDateRange_select’]")));
driver.findElementByXPath("//XCUIElementTypeOther[@name=‘AmenityBookingFormDateRange_select’]").click(); Thread.sleep(10000); driver.findElementByXPath("//XCUIElementTypeOther[@name=‘Day_2021-02-10’]").click();

I am not able to see the modal calendar but the error does not display for the modal calendar. The error No such element displays for the element of modal calendar.