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

UI break in iOS #148

Open
taha200 opened this issue Feb 12, 2024 · 1 comment
Open

UI break in iOS #148

taha200 opened this issue Feb 12, 2024 · 1 comment

Comments

@taha200
Copy link

taha200 commented Feb 12, 2024

This issue is occurring in the Iphone 12, it is breaking the UI.
image00001

@vipulrawat
Copy link

Workaround is to render it inside a transparent modal

      <Modal
        transparent
        onDismiss={() => setShow(false)}
        onRequestClose={() => setShow(false)}
        visible={show}>
        <Picker
          onChange={onValueChange}
          value={date}
          minimumDate={new Date()}
          maximumDate={new Date(2025, 5)}
          locale="en"
        />
      </Modal>

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

2 participants