Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The date is not visible in landscape iOS #844

Open
Aleksandern opened this issue Aug 1, 2024 · 0 comments
Open

The date is not visible in landscape iOS #844

Aleksandern opened this issue Aug 1, 2024 · 0 comments

Comments

@Aleksandern
Copy link

Aleksandern commented Aug 1, 2024

Describe the bug
The date is not visible in landscape iOS (iPad)

Screenshot 2024-08-01 at 12 07 55

Expected behavior
The date should be visible and selecteble.

To Reproduce

export default class App extends Component {

  state = { date: new Date() }

  render = () =>
        <DatePicker
          open
          mode="time"
          date={new Date()}
          locale="en"
          is24hourSource="locale"
        />
    />
}

Smartphone (please complete the following information):

  • OS: iOS 17.5.1 (iPad)
  • React Native version 0.74.3
  • react-native-date-picker version 5.0.4
@Aleksandern Aleksandern changed the title The date not visible in landscape iOS The date is not visible in landscape iOS Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant